mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
If executing "repmgr standby clone --replication-conf-only" on a node which was set up without replication slots, but the repmgr configuration was since changed to "use_replication_slots=1", repmgr will attempt to create the replication slot. This will however fail if "slot_name" is not set in the node's record, so have repmgr set the slot_name in this case. It might be preferable to preemptively create the slot name for each node when configuring the cluster, however this would be a behavioural change which would be better off in a major release (for example, it's conceivable a user runs sanity checks on the node records and expects to find the slot names empty if replication slots are not in use).
245 KiB
245 KiB