Re: slave stops replica

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Pepe TD Vo <pepevo(at)yahoo(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: slave stops replica
Date: 2021-08-27 07:29:34
Message-ID: 1e79ea171debe2b3ed9c297989f110cfccdf129b.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 2021-08-26 at 21:09 +0000, Pepe TD Vo wrote:
> I had master slave replica and yesterday the slave server's device was full on /var
> where the archive copy from master.  After trying to figure out why the
> pg_archivecleanup doesn't work, SA removed all wal files except the  current
>
> I tried to create a test table on master and didn't see it pick up from slave.
> I found out again /var is full. 

If you have deleted WAL that has no yet been applied to the standby, replication
is broken and you have to build the standby from scratch.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Nikhil Shetty 2021-08-27 09:12:14 PostGIS rpm dependencies
Previous Message Michael Paquier 2021-08-27 06:46:35 Re: Estimating HugePages Requirements?