Restarting postgres DB servers in a master-slave setup
- by NRS
Is there any documentation on gracefully restarting servers that have PITR implemented. We have a master-slave setup. I want to make sure servers are rebooted in the correct order so as not to mess up WAL shipping. Should i disable WAL shipping prior to server restart?