ORCA(システム)DB レプリケーション マスタサーバ ユーザ作成 - git0331-lgtm/Knowledge GitHub Wiki
cd /tmp/
sudo -u postgres psql -c "CREATE USER replication WITH PASSWORD 'password' REPLICATION;"
※ パスワード指定
'password' → '12345'など
cd /tmp/
sudo -u postgres psql -c "CREATE USER replication WITH PASSWORD 'password' REPLICATION;"
※ パスワード指定
'password' → '12345'など