This is a discussion on Upgrade from 8.1.4 to 8.1.9 within the pgsql Admins forums, part of the PostgreSQL category; --> In order to upgrade from 8.1.4 to 8.1.9 I get the impression from the documentation I should do the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In order to upgrade from 8.1.4 to 8.1.9 I get the impression from the documentation I should do the following: 1) stop my database 2) back it up (just for safety purposes) 3) install the new version overtop of the old one (I would actually rename the install directory of 8.1.4 before installing 8.1.9 - I am paranoid) 4) then start PostgreSQL Since the version I am upgrading to is still version 8.1.X then I don't have to backup the old database and then restore it from backup into the new PostgreSQL version. The configuration files are suppose to work just fine. I just need to install the new version. Is this correct? Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu |
| ||||
| On Sun, 24 Jun 2007, Campbell, Lance wrote: > In order to upgrade from 8.1.4 to 8.1.9 I get the impression from the > documentation I should do the following: > > > > 1) stop my database > 2) back it up (just for safety purposes) > 3) install the new version overtop of the old one (I would > actually rename the install directory of 8.1.4 before installing 8.1.9 - > I am paranoid) > 4) then start PostgreSQL > > Since the version I am upgrading to is still version 8.1.X then I don't > have to backup the old database and then restore it from backup into the > new PostgreSQL version. The configuration files are suppose to work > just fine. I just need to install the new version. Lance, That's correct. You can just stop the old version, install the new version and start it up, no dump/restore necessary. -- Jeff Frost, Owner <jeff@frostconsultingllc.com> Frost Consulting, LLC http://www.frostconsultingllc.com/ Phone: 650-780-7908 FAX: 650-649-1954 ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |