Re: Upgrade from 9.5.4 to 9.6.1

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade from 9.5.4 to 9.6.1
Date: 2016-11-16 02:00:14
Message-ID: alpine.LNX.2.11.1611151756030.13374@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-11-16 05:15:03 Re: Syncing Data of data type BLOB into Postgres- Bytea
Previous Message John DeSoi 2016-11-16 01:55:40 Re: Syncing Data of data type BLOB into Postgres- Bytea