From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | denis moeller <nimbus(at)latrina(dot)de> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Upgrading 7.3 -> 7.4.5 |
Date: | 2005-02-22 17:55:28 |
Message-ID: | 20050222175528.GA3507@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Tue, Feb 22, 2005 at 18:36:22 +0100,
denis moeller <nimbus(at)latrina(dot)de> wrote:
>
> situation: old server backup. Backup of Postgresql data files. Postgres
> 7.3.x was running.
You can't take file system level backups under a running postmaster and expect
to use those to recover a database. You either need to shut the postmaster
down or use pg_dump(all) to make a live dump.
> New server has version 7.4.5 - how do I get the old data in my new database?
> Copying didn't work - complains about different versions.
When switching between major versions (such as 7.3.x to 7.4.x) you need to
do a dump and restore. If possible you should use the pg_dump client of
the newer version to do the dump, as newer versions do a better job of
handling dependencies in dumps.
From | Date | Subject | |
---|---|---|---|
Next Message | Aufkleber24.de | 2005-02-22 18:50:27 | Re: Upgrading 7.3 -> 7.4.5 |
Previous Message | Scott Marlowe | 2005-02-22 17:38:42 | Re: Upgrading 7.3 -> 7.4.5 |