Re: The data directory was initialized by PostgreSQL version 7.3, which is not compatible with this version 7.4.3.

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Bilicki Vilmos <bilickiv(at)inf(dot)u-szeged(dot)hu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: The data directory was initialized by PostgreSQL version 7.3, which is not compatible with this version 7.4.3.
Date: 2004-10-23 23:27:55
Message-ID: 20041023232755.GC11915@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Oct 23, 2004 at 10:10:41 +0200,
Bilicki Vilmos <bilickiv(at)inf(dot)u-szeged(dot)hu> wrote:
> Hi all,
>
> I have upgraded my cygwin installation and it has replaced my old 7.3
> postgresql.
>
> My questions are the following:
>
> How can I use the old files with the newer version?
> If this is not possible, how can I migrate my database to a newer version
> without the old database engine?
> If this is not possible how can I downgrade the postgresql to an appropriate
> version? (The setup utility provides only the 7.4 version)
>
> Many thanks for helping me,

The normal procedure is to do a dump before shutting the current server
down (though using the newer pg_dumpall client is recommended if you
both the new and old versions installed at the same time). Then after
shutting the old server down and starting the new one up, you import
the dump file.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-10-23 23:42:58 Re: field incrementing in a PL/pgSQL trigger
Previous Message Bruno Wolff III 2004-10-23 23:25:12 Re: '1 year' = '360 days' ????