This is a discussion on was a initdb required from 8.1beta3 -> beta4? within the Pgsql General forums, part of the PostgreSQL category; --> Hi, I messed up and updated my beta3 to 8.1 and didn't realize a initdb was required. Is there ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I messed up and updated my beta3 to 8.1 and didn't realize a initdb was required. Is there anyway I can get at the data? It's on Gentoo and the /var/lib/postgresql/data dir is still intact. I tried to install beta4 but got the this error: FATAL: database files are incompatible with server DETAIL: The database cluster was initialized with CATALOG_VERSION_NO 200510051, but the server was compiled with CATALOG_VERSION_NO 200510211. HINT: It looks like you need to initdb. Thanks, Tony ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| On Fri, 2005-12-02 at 16:03 -0600, Tony Caduto wrote: > Hi, > I messed up and updated my beta3 to 8.1 and didn't realize a initdb was > required. > Is there anyway I can get at the data? It's on Gentoo and the > /var/lib/postgresql/data dir is still intact. Install beta3, backup, install 8.1 restore. > > I tried to install beta4 but got the this error: > > FATAL: database files are incompatible with server > DETAIL: The database cluster was initialized with CATALOG_VERSION_NO > 200510051, but the server was compiled with CATALOG_VERSION_NO 200510211. > HINT: It looks like you need to initdb. > > Thanks, > > Tony > > ---------------------------(end of broadcast)--------------------------- > TIP 9: In versions below 8.0, the planner will ignore your desire to > choose an index scan if your joining column's datatypes do not > match -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: PLphp, PLperl, ODBCng - http://www.commandprompt.com/ ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| Joshua D. Drake wrote >> . >> > > Install beta3, backup, install 8.1 restore. > > That's what I wanted to do but I can't seem to find a beta3 tar.gz anywhere, the downloads only go to beta4 :-( Tony ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| Tony Caduto <tony_caduto@amsoftwaredesign.com> writes: >> Install beta3, backup, install 8.1 restore. > That's what I wanted to do but I can't seem to find a beta3 tar.gz > anywhere, the downloads only go to beta4 :-( If you don't find a tarball, you could pull the beta3 tag from CVS. See http://developer.postgresql.org/docs/postgres/cvs.html The tag you want is REL8_1_0BETA3 ... too lazy to check the cvs man page, but I think you would add "-r REL8_1_0BETA3" to the normal cvs checkout command. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| Tom Lane wrote: > If you don't find a tarball, you could pull the beta3 tag from CVS. > See http://developer.postgresql.org/docs/postgres/cvs.html > The tag you want is REL8_1_0BETA3 ... too lazy to check the cvs > man page, but I think you would add "-r REL8_1_0BETA3" to the > normal cvs checkout command. > > regards, tom lane > > Thanks Tom, I will give that a go. Tony ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |