Re: Upgrade from 9.5.4 to 9.6.1 - Mailing list pgsql-general

From Rich Shepard
Subject Re: Upgrade from 9.5.4 to 9.6.1
Date
Msg-id alpine.LNX.2.11.1611151756030.13374@localhost
Whole thread Raw
In response to Re: Upgrade from 9.5.4 to 9.6.1  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Upgrade from 9.5.4 to 9.6.1  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On Tue, 15 Nov 2016, Adrian Klaver wrote:

> So what do you get with
> /usr/bin/pg_ctl --version

   Interesting:

$ /usr/bin/pg_ctl --version
pg_ctl (PostgreSQL) 9.6.1

> and given John's suggestion:
> ls -al /usr/bin/pg_ctl

ls -al /usr/bin/pg_ctl
lrwxrwxrwx 1 root root 32 Nov 15 14:16 /usr/bin/pg_ctl ->
../lib/postgresql/9.6/bin/pg_ctl*

    Aha! That's where the bin/ directories are. There's a 9.3.4/ and 9.5/
subdirectory there, too.

   Will do a pg_dumpall and then run pg_upgrade.

Thanks, both of you. I learned valuable lessons,

Rich


pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: Re: Syncing Data of data type BLOB into Postgres- Bytea
Next
From: Adrian Klaver
Date:
Subject: Re: Syncing Data of data type BLOB into Postgres- Bytea