docs
docs copied to clipboard
[Site Bug] Issue with the page: /self-hosted/latest/replication-and-ha/configure-replication
Describe the bug
The call to pg_create_physical_replication_slot requires the immediately_reserve parameter to be set to true, otherwise the segments might get deleted before the base backup is complete.
What do the docs say now?
SELECT * FROM pg_create_physical_replication_slot('replica_1_slot');
What should the docs say?
SELECT * FROM pg_create_physical_replication_slot('replica_1_slot', true);
Page affected
https://docs.timescale.com/self-hosted/latest/replication-and-ha/configure-replication/#create-replication-slots