Re: HOT Standby - slave does not appear to be removing wal files - Mailing list pgsql-admin

From Prashanth Ranjalkar
Subject Re: HOT Standby - slave does not appear to be removing wal files
Date
Msg-id CAMBytETi_gNZfY441CDhdqvB0kF_AGVAL2Rn76adNGcZaZXniA@mail.gmail.com
Whole thread Raw
In response to HOT Standby - slave does not appear to be removing wal files  (CS DBA <cs_dba@consistentstate.com>)
Responses Re: HOT Standby - slave does not appear to be removing wal files  (CS DBA <cs_dba@consistentstate.com>)
List 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



On Thu, Mar 7, 2013 at 7:02 AM, CS DBA <cs_dba@consistentstate.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

pgsql-admin by date:

Previous
From: CS DBA
Date:
Subject: HOT Standby - slave does not appear to be removing wal files
Next
From: CS DBA
Date:
Subject: Re: HOT Standby - slave does not appear to be removing wal files