Hello,
Need advice on two things related to Postgres
1) setting up multiple Postgres standby nodes
2) automating the postgres failover
Would like to know if anyone has done this and any guidance on this or reference will be appreciated.
Answer by Priyadarshi Ajitav Jena · Jan 15 at 05:10 AM
I have never tried multiple standby. What is the requirement of multiple standby?
I don't think this will work. You can take the backup of the standby if you want for safer side.
Postgres failover automation you can do. You need to monitor the process running using a script, if it finds a failure, the script will run the failover steps.
I would suggest to do this using ansible.
Error while fetching Stat: Invalid API Call 3 Answers
apigee-postgresql consuming disk space 1 Answer
Replication issue in Postgres Standby and UI doesn't show analytics data 0 Answers
Reinstalling Postgres 3 Answers
Find Size of postgres dump file 1 Answer