Re: HOT Standby - slave does not appear to be removing wal files

From: Prashanth Ranjalkar <prashant(dot)ranjalkar(at)gmail(dot)com>
To: CS DBA <cs_dba(at)consistentstate(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: HOT Standby - slave does not appear to be removing wal files
Date: 2013-03-07 02:02:14
Message-ID: CAMBytETi_gNZfY441CDhdqvB0kF_AGVAL2Rn76adNGcZaZXniA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

While setting up Hot Standby, it's not a method to copy the primary
database using dump and restore it on standby using restore command as
it's a logical backup. I doubt your WAL archiving is enabled and files are
copied to archive destination that set in archive_command therefore keep
accumulating under pg_xlog directory.

For hot standby setup, archiving must be enabled and online backup (file
system level) needs to be taken for setting up Standby server and
recovery.conf need to be prepared on slave server.

Please go through
http://www.postgresql.org/docs/9.2/static/high-availability.html for more
details.
*Thanks & Regards,*
*** *
*Prashanth Ranjalkar*
*Database Consultant & Architect*
*Skype:prashanth.ranjalkar*
*www.postgresdba.net*

On Thu, Mar 7, 2013 at 7:02 AM, CS DBA <cs_dba(at)consistentstate(dot)com> wrote:

> All;
>
> We're doing a migration as follows:
>
> 1) we setup a HOT standby pair
>
> 2) we did an import of a db that wan backed up via pg_dump
>
> The pg_xlog directory has > 1700 files in it, It seems that the slave is
> way behind which I get since we just imported a 55GB database but the slave
> is not removing it's local pg_xlog wal files.
>
> We actually stopped the import when the slave hit 97% full for the file
> system where we have it's pg_xlog directory mounted
> after like 30minutes the file count in the slave's pg_xlog dir has not
> changed.
>
> Any thoughts per why the slave is not removing these files?
>
> Thanks in advance
>
>
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgsql-admin<http://www.postgresql.org/mailpref/pgsql-admin>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message CS DBA 2013-03-07 02:09:43 Re: HOT Standby - slave does not appear to be removing wal files
Previous Message CS DBA 2013-03-07 01:32:22 HOT Standby - slave does not appear to be removing wal files