| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Scott Ribe <scott_ribe(at)killerbytes(dot)com> |
| Cc: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com>, PG-General Mailing List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Copying only incremental records to another DB.. |
| Date: | 2009-07-27 03:35:42 |
| Message-ID: | 20090727033542.GH10327@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Scott Ribe escribió:
> > To be clearer: Do you mean that the folder you backed up is the folder
> > with the file "PG_VERSION" in it, and all its contents?
>
> In my case, yes, because I can copy the config files as well. In general, I
> was thinking of the folder passed to postmaster via -D. But of course if you
> don't want to copy some config files, or you have some table spaces off on
> another volume, you may need to do something a little more involved.
Actually it might be more complicated even if you don't have any
tablespace, if your config file specifies a data_directory other than
the default one.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jamie Lawrence-Jenner | 2009-07-27 08:10:02 | Postgres and multiple updates in one statement |
| Previous Message | Scott Ribe | 2009-07-27 03:03:04 | Re: Copying only incremental records to another DB.. |