Re: was a initdb required from 8.1beta3 -> beta4?

Started by Tony Cadutoover 20 years ago2 messagesgeneral
Jump to latest
#1Tony Caduto
tony_caduto@amsoftwaredesign.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tony Caduto (#1)

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