| From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
|---|---|
| To: | Javier de la Torre <jatorre(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Move db files from one pgsql instance to another |
| Date: | 2006-08-16 21:25:34 |
| Message-ID: | 1155763534.24073.24.camel@dogma.v10.wvs |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, 2006-08-16 at 20:37 +0200, Javier de la Torre wrote:
> Yes!
>
> Thanks. It pointed me out to File system level backup. And there I
> found a very important hint... you have to restore the whole database
> cluster. I suppose this means that I have to transfer all databases in
> my postgresql...
>
> What is actually a pity because there is a db on the production site
> that will be lost... well, I can backup this one without ptoblems and
> reinsert it after.
If you look at Slony, that's a table-level backup solution that may fit
your needs. Online backup and PITR operate on the entire database
cluster, but with Slony you can replicate on a per-table basis.
Regards,
Jeff Davis
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Harpreet Dhaliwal | 2006-08-16 21:58:58 | Re: [NOVICE] DB insert Error |
| Previous Message | Tom Lane | 2006-08-16 21:02:21 | Re: COLLATE |