Re: error when upgrading 9.4 to 9.5 manually

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: arnaud gaboury <arnaud(dot)gaboury(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: error when upgrading 9.4 to 9.5 manually
Date: 2016-07-10 17:07:45
Message-ID: cf5eda12-eb17-3e60-9ff9-82dd6d73855b@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/10/2016 03:13 AM, arnaud gaboury wrote:
> My box upgraded postgresql from 9.4.8 to 9.5.3 when doing a full
> version upgrade (Fedora 23 --> 24).
>
> I have now :
>
> /db/pgsal/data ----> initialized with 9.5, with postgresql.conf and
> pg_hab.conf from 9.4
> /db/pgsql/data.old ----> the old one from 9.4

Which is the opposite of what you said here:

https://www.postgresql.org/message-id/CAK1hC9t6h9CENXQ6FHchx1Ny1AAAuYf2ARTpeospz1Jd7q_qLg%40mail.gmail.com

> How can I start postgres with socket location in /db/pgsql ? There is
> no option in pg_ctl to indicate socket directory.?
>
> Thank you for help

At this point I think your best option is to start over, if that is
possible. By this I mean:

1) See if it is possible to get a Fedora 24 package from Fedora for
Postgres 9.4.

2) If it is make sure you have the existing 9.4 cluster saved somewhere
out of the way.

3) Uninstall Postgres 9.5

4) Install Postgres 9.4 and copy the cluster you saved 2) into the data
directory.

5) Decide whether you want to stay with 9.4 or move up to 9.5.

6) If you do decide to move up take a pg_dump of the 9.4 data before you
do anything.

>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick B 2016-07-10 21:19:14 Streaming replication failover process - Pgsql 9.2
Previous Message Prashanth Adiyodi 2016-07-10 16:53:05 Re: [BUGS] Where clause in pg_dump: need help