Postgres Recovery

Started by Ramesh Tover 10 years ago3 messagesgeneral
Jump to latest
#1Ramesh T
rameshparnanditech@gmail.com

Hi All,
What i need to know for postgres recovery..?let me know in detail.

#2Michael Paquier
michael@paquier.xyz
In reply to: Ramesh T (#1)
Re: Postgres Recovery

On Mon, Jul 20, 2015 at 7:00 PM, Ramesh T <rameshparnanditech@gmail.com> 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-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3Ramesh T
rameshparnanditech@gmail.com
In reply to: Michael Paquier (#2)
Re: Postgres Recovery

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
from putty is it possible..?
i want commands to execute the set to the server without open the
postgres.conf...?

On Mon, Jul 20, 2015 at 6:23 PM, Michael Paquier <michael.paquier@gmail.com>
wrote:

Show quoted text

On Mon, Jul 20, 2015 at 7:00 PM, Ramesh T <rameshparnanditech@gmail.com>
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