Re: Upgrading 7.3 -> 7.4.5 - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: Upgrading 7.3 -> 7.4.5
Date
Msg-id 20050222175528.GA3507@wolff.to
Whole thread Raw
In response to Upgrading 7.3 -> 7.4.5  (denis moeller <nimbus@latrina.de>)
List pgsql-admin
On Tue, Feb 22, 2005 at 18:36:22 +0100,
  denis moeller <nimbus@latrina.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.

pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Upgrading 7.3 -> 7.4.5
Next
From: denis moeller
Date:
Subject: Re: Upgrading 7.3 -> 7.4.5