| From: | Ramesh T <rameshparnanditech(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Postgres Recovery |
| Date: | 2015-07-21 13:33:00 |
| Message-ID: | CAK8Zd=ukUb_wF6E8S_L075Zirut6TQFx7C-+z-7wmVWcsxhbxQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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(dot)paquier(at)gmail(dot)com>
wrote:
> On Mon, Jul 20, 2015 at 7:00 PM, Ramesh T <rameshparnanditech(at)gmail(dot)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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Francisco Olarte | 2015-07-21 14:53:01 | Re: INSERT ... ON CONFLICT DO UPDATE |
| Previous Message | Albe Laurenz | 2015-07-21 12:43:02 | Re: Creating a user for pg_start_backup |