Re: Best way to stop Streaming Replication?

Поиск
Список
Период
Сортировка
От Samed YILDIRIM
Тема Re: Best way to stop Streaming Replication?
Дата
Msg-id CAAo1mbkFD7yAARhf-oLf4ZuGSr3Xdi8-nYO=whAweKWTeTPVkg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Best way to stop Streaming Replication?  (kaido vaikla <kaido.vaikla@gmail.com>)
Ответы Re: Best way to stop Streaming Replication?  (Ron Johnson <ronljohnsonjr@gmail.com>)
Список pgsql-admin
Hi Ron,

What is your main goal?
What is the purpose of stopping replication?
What will you do with replication when you have stopped it?
Are you trying to stop replaying transaction logs from the master and keep the replica running?
Will you resume log replay at some point?
Do you want to break replication completely while keeping standby receiving read-only queries?

Have you checked the pg_wal_replay_pause() function?

Best regards.
Samed YILDIRIM


On Fri, 22 Dec 2023 at 23:12, kaido vaikla <kaido.vaikla@gmail.com> wrote:
Use a some tools like patroni. I'm patroni user since 2016 and happy with it.
br
Kaido

On Fri, 22 Dec 2023, 21:49 Ron Johnson, <ronljohnsonjr@gmail.com> wrote:
PG 14.10 and 15.5, if it matters.

Running pg_terminate_backend() on the walsender pid (and then dropping the replication slot) seems the canonical solution, based on StackExchange, but that leaves primary_conninfo in postgresql.auto.conf and standby.signal in $PGDATA.

Promoting the secondary (and then dropping the replication slot) handles all those issues, but leaves it in R/W mode, which might cause split brain issues with cluster managers.

Is there a better way than the two I've described

В списке pgsql-admin по дате отправления:

Предыдущее
От: kaido vaikla
Дата:
Сообщение: Re: Best way to stop Streaming Replication?
Следующее
От: Samed YILDIRIM
Дата:
Сообщение: Re: LDAP (AD) Configuration