From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Piyush Agarwal <piyush(at)cs(dot)utexas(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: UPGRADING 7.1 TO 7.3.4 |
Date: | 2003-11-14 23:34:45 |
Message-ID: | 3FB56695.5090000@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
No.
You need to remove 7.3.4 (make sure you backup your data directory)
Install 7.1.3 from source.
Run pg_dumpall
Backup your data directory
Move your data directory
Remove 7.1.3
Install 7.3.4
Restore from the pg_dump you did.
Sincerely,
Joshua Drake
Piyush Agarwal wrote:
>Hi,
>I had the version 7.1 of postgresql running fine on Redhat 7.1.
>Before upgrading my OS to RedHat 9, I forgot saying pgdump_all
>- is there a way now to read the files stored with version 7.1
>by using 7.3.4 without having to uninstall 7.3.4 and reinstall
>7.1 just to say this command ?
>
>Thanx in advance for any help.
>
>piyush.
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org
From | Date | Subject | |
---|---|---|---|
Next Message | Nigel J. Andrews | 2003-11-14 23:43:40 | Re: embedded postgresql |
Previous Message | David Wheeler | 2003-11-14 23:26:27 | Re: GUIDs |