Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread stan
On Tue, Dec 03, 2019 at 11:35:40AM -0800, Adrian Klaver wrote: > On 12/3/19 9:51 AM, stan wrote: > > > > On Tue, Dec 03, 2019 at 08:58:58AM -0800, Paul Jungwirth wrote: > > > On 12/3/19 8:46 AM, stan wrote:> So, I have V12 running as the default on > > > the machine I am testing this on > > > > no

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread Adrian Klaver
On 12/3/19 9:51 AM, stan wrote: On Tue, Dec 03, 2019 at 08:58:58AM -0800, Paul Jungwirth wrote: On 12/3/19 8:46 AM, stan wrote:> So, I have V12 running as the default on the machine I am testing this on now: Ver Cluster Port Status OwnerData directory Log file 11 main543

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread Daniel Verite
stan wrote: > BUT, I went to the directory where I have the exentsion's source, did a > make clean ; make ; make install, and the files were still installed in the > V11 tree. How can I instruct the system to put these in the V12 tree? With the Debian packaging, /usr/bin/pg_config is a sh

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread stan
On Tue, Dec 03, 2019 at 08:58:58AM -0800, Paul Jungwirth wrote: > On 12/3/19 8:46 AM, stan wrote:> So, I have V12 running as the default on > the machine I am testing this on > > now: > > > > Ver Cluster Port Status OwnerData directory Log file > > 11 main5433 down postgr

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread Paul Jungwirth
On 12/3/19 9:41 AM, stan wrote: Well, this gets more interesting. I decided to try the reinstall thing agai, so I did an apt-get purge on the V12 server, started the V11 server (admiitely I did not check to see what port it started on), reinstalled the V1 package, and now BOTH are running, with e

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread stan
On Tue, Dec 03, 2019 at 08:58:58AM -0800, Paul Jungwirth wrote: > On 12/3/19 8:46 AM, stan wrote:> So, I have V12 running as the default on > the machine I am testing this on > > now: > > > > Ver Cluster Port Status OwnerData directory Log file > > 11 main5433 down postgr

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread stan
On Tue, Dec 03, 2019 at 08:58:58AM -0800, Paul Jungwirth wrote: > On 12/3/19 8:46 AM, stan wrote:> So, I have V12 running as the default on > the machine I am testing this on > > now: > > > > Ver Cluster Port Status OwnerData directory Log file > > 11 main5433 down postgres

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread Paul Jungwirth
On 12/3/19 8:46 AM, stan wrote:> So, I have V12 running as the default on the machine I am testing this on now: Ver Cluster Port Status OwnerData directory Log file 11 main5433 down postgres /var/lib/postgresql/11/main /var/log/postgresql/postgresql-11-main.log 12 main

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread stan
On Tue, Dec 03, 2019 at 11:13:55AM -0500, Tom Lane wrote: > stan writes: > > I am working on upgrading from V11 to V12 on Debian. > > My first attempt failed, and I have figured out that this is because I have > > added extensions to the V11 DB, at least one of which was not installed > > using

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread Paul Jungwirth
On 12/3/19 7:53 AM, stan wrote: I am working on upgrading from V11 to V12 on Debian. My first attempt failed, and I have figured out that this is because I have added extensions to the V11 DB, at least one of which was not installed using the Debian packages. So, it looks like i need to instal

Re: Issue upgrading from V11 to V12 on Debian

2019-12-03 Thread Tom Lane
stan writes: > I am working on upgrading from V11 to V12 on Debian. > My first attempt failed, and I have figured out that this is because I have > added extensions to the V11 DB, at least one of which was not installed > using the Debian packages. > So, it looks like i need to install these bef