Payside technologies

×
×

Payment Systemのバックアップ取得方法

Back

1. Login to the server

ssh redadmin@173.245.89.53

2. Change the super user

sudo su -

3. Login to the DB server for secondary.

ssh root@192.168.90.2

4. Run the backup script

bash ./pg_backup.sh

*The backup script is in /root.

5. Login to the DB server for master.

ssh root@192.168.90.1

6. Run the backup script

bash ./pg_backup.sh

*The backup script is in /root.

Was this article helpful?
Dislike0 Like0
Views: 221