Removing WALS when replication slot is not busy

From: Debraj Manna <subharaj(dot)manna(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Removing WALS when replication slot is not busy
Date: 2018-06-11 14:32:32
Message-ID: CAF6DVKMfqe0MnwO=7S_f3Z7X0Z41VmqvWwMdZAGYev0NR6z=NA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

One query in case of asynchronous replication with replication slots and no
wal archiving if a slave node remains disconnected from master for more
than wal_keep_segments, it will not be able to do the replication when it
comes online.

Now my question is when the slave connects to the master again will the
XLOG in master also keep on building as the slaves replication is stuck or
postgres will remove the replication slot if it is not busy.

Postgres Version 10.4

Browse pgsql-admin by date

  From Date Subject
Next Message Shreeyansh Dba 2018-06-11 14:53:38 Re: pg_stat_activity
Previous Message Ilhan çetin 2018-06-11 14:17:17 Re: pg_stat_activity