PDA

View Full Version : Upgrade Postgres


zdeh98
02-21-02, 20:45
Halu again!!!

How do I upgrade postgresql 7.1.3 to postgresql 7.2? Please show me how? I want to be sure as to not affect my running postgresql database.

Thank's a lot.:cool:

eperich
02-23-02, 14:32
First of all you need to dump the database

then you need to instal the new version

depends wether if you have a production system or not
deinstall the v7.1.3 or run 2 servers simultan on the server
then initdb and bulkload the dumped data

This is a ver short overview of the UPGRADE