This is an automated email from the ASF dual-hosted git repository.

miaoliyao pushed a commit to branch mlycore-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git

commit 4ea3d1b35c796e5f668a6555163adf5e1fdc7e9e
Author: liyao <[email protected]>
AuthorDate: Fri Nov 10 09:47:55 2023 +0800

    fix: fix typo in README
---
 pitr/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pitr/README.md b/pitr/README.md
index ae9ab84..e169a3b 100644
--- a/pitr/README.md
+++ b/pitr/README.md
@@ -36,8 +36,8 @@ After the servers are ready, you should check and ensure the 
following items:
 - External access to Apache ShardingSphere Proxy
 - External access to OpenGauss Server via port 18080
 - Set below environment variables on OpenGauss Servers
-  - export PGDATABASE=13100
-  - export PGPORT=tpccdb
+  - export PGDATABASE=tpccdb
+  - export PGPORT=13100
 - OpenGauss has user `omm` and database `omm` which can be accessed
 - OpenGauss enables `cbm tracking`
 - SSL key pairs. Any valid key pairs are acceptable, they will be used for 
Pitr cli-agent secure communication

Reply via email to