Discussion:
Archiving
(too old to reply)
Viktor
2013-01-25 15:01:16 UTC
Permalink
Hello,

I have "archive_mode = on" in my configuration and wals are sent via NFS
to another server.

Could you please explain what will happen if the partition where are
wals kept gets full or the NFS server goes down ? Can it cause the
database disfunction ?

Command is:

archive_command = 'test ! -f /mnt/wal/current/%f && cp %p
/mnt/wal/current/%f'



--
Best regards.
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Viktor
2013-01-25 15:16:35 UTC
Permalink
Got it, thank you!
Post by Viktor
Hello,
//The pg_xlog partition start accumulating WALs and archive_status
directory will shows .ready status when WAL partition gets 100% full
or NFS is not available. Once pg_xlogs also fills to 100%, database
will shutdown till the issue get resolved.
/*Thanks & Regards,*/
//**
/*Prashanth Ranjalkar*/
/*Database Consultant & Architect*/
/*Skype:prashanth.ranjalkar*/
/*Cell: +91 932 568 2271*/
Hello,
I have "archive_mode = on" in my configuration and wals are sent
via NFS to another server.
Could you please explain what will happen if the partition where
are wals kept gets full or the NFS server goes down ? Can it
cause the database disfunction ?
archive_command = 'test ! -f /mnt/wal/current/%f && cp %p
/mnt/wal/current/%f'
--
Best regards.
--
http://www.postgresql.org/mailpref/pgsql-admin
Loading...