Re: [GENERAL] Postgres Recovery

2015-07-21 Thread Ramesh T
archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f' # Unix restore_command = 'cp /mnt/server/archivedir/%f %p' above two commands and checkpoint settings .as i read doc we need to change postgres.conf.But other way i want try it from server commmand mean f

Re: [GENERAL] Postgres Recovery

2015-07-20 Thread Michael Paquier
On Mon, Jul 20, 2015 at 7:00 PM, Ramesh T wrote: > Hi All, > What i need to know for postgres recovery..?let me know in detail. Documentation is always a good start: http://www.postgresql.org/docs/devel/static/backup.html -- Michael -- Sent via pgsql-general mailing list (pgsql-gene

[GENERAL] Postgres Recovery

2015-07-20 Thread Ramesh T
Hi All, What i need to know for postgres recovery..?let me know in detail.