dbTalk Databases Forums  

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

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss The data directory was initialized by PostgreSQL version 7.3, which is not compatible with this version 7.4.3. in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bilicki Vilmos
 
Posts: n/a

Default The data directory was initialized by PostgreSQL version 7.3, which is not compatible with this version 7.4.3. - 10-23-2004 , 03:10 AM






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,

Vilmos


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match


Reply With Quote
  #2  
Old   
Bruno Wolff III
 
Posts: n/a

Default Re: The data directory was initialized by PostgreSQL version 7.3, which is not compatible with this version 7.4.3. - 10-23-2004 , 06:27 PM






On Sat, Oct 23, 2004 at 10:10:41 +0200,
Bilicki Vilmos <bilickiv (AT) inf (DOT) u-szeged.hu> wrote:
Quote:
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.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org



Reply With Quote
  #3  
Old   
stig erikson
 
Posts: n/a

Default Re: The data directory was initialized by PostgreSQL version 7.3,which is not compatible with this version 7.4.3. - 10-24-2004 , 10:13 AM



Bilicki Vilmos wrote:
Quote:
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,

Vilmos


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match


see:
http://www.postgresql.org/docs/7.4/s...upgrading.html


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.