mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
When 'repmgr standby follow' is run on a dormant server, with connection parameters for the upstream node provided (which is done during the switchover process to reintegrate the stopped former master into the replication cluster), a spurious error message is generated about a slot which cannot be deleted as it's active. During the switchover process the current master's (former standby's) slot on the former master is deleted at a later point so can be skipped here. The error message is annoying but harmless and has no effect on the switchover process. Addresses GitHub #285.
236 KiB
236 KiB