docs icon indicating copy to clipboard operation
docs copied to clipboard

[Site Bug] Issue with the page: /self-hosted/latest/replication-and-ha/configure-replication

Open soheilpro opened this issue 1 year ago • 0 comments

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

soheilpro avatar May 24 '24 14:05 soheilpro