Thread: [ADMIN] switching replication from standard asynch to slots

[ADMIN] switching replication from standard asynch to slots

From
Mike Broers
Date:
I have a few production environments that use vanilla streaming replication.  (9.5 and 9.6)

I'm curious if I can create the replication slot on the primary host, shutdown postgres on the secondary replica, update the recovery.conf to include the primary_slot_name, and restart postgres on the replica to effectively 'switch' over to use the slot for streaming without repriming with a fresh pg_basebackup.  

Also curious if I get into a pickle because of limits in pgsql_xlog disk space if I can just shut down the replica, remove the slot information, and do whatever cleanup is required on the primary and restart the replica with the slot information removed from the recovery.conf and go back to vanilla streaming replication without repriming.

Anyone do this kind of slot/streaming switcheroo?

Mike


Re: [ADMIN] switching replication from standard asynch to slots

From
Vladimir Borodin
Date:
Hi.

9 дек. 2016 г., в 22:48, Mike Broers <mbroers@gmail.com> написал(а):

I have a few production environments that use vanilla streaming replication.  (9.5 and 9.6)

I'm curious if I can create the replication slot on the primary host, shutdown postgres on the secondary replica, update the recovery.conf to include the primary_slot_name, and restart postgres on the replica to effectively 'switch' over to use the slot for streaming without repriming with a fresh pg_basebackup.  

Also curious if I get into a pickle because of limits in pgsql_xlog disk space if I can just shut down the replica, remove the slot information, and do whatever cleanup is required on the primary and restart the replica with the slot information removed from the recovery.conf and go back to vanilla streaming replication without repriming.

Anyone do this kind of slot/streaming switcheroo?

Yep, we have used both of described scenarios, they work. Note that in the second case you would probably need a valid restore_command in recovery.conf.


Mike




--
May the force be with you…