Re: [GENERAL] pg_upgrade and ubuntu

2014-11-14 Thread Peter Eisentraut
On 11/14/14 2:10 PM, Jonathan Vanasco wrote: > I ran into an issue migrating from 9.1 to 9.3 on ubuntu using pg_upgrade > > the default ubuntu package, and the one from postgresql.org, both store > `postgresql.conf` in etc as `/etc/postgresql/VERSION/main/postgresql.conf` > > however, the pg_upg

Re: [GENERAL] pg_upgrade and ubuntu

2014-11-14 Thread David G Johnston
David G Johnston wrote > > David G Johnston wrote >> >> Jonathan Vanasco-7 wrote >>> I ran into an issue migrating from 9.1 to 9.3 on ubuntu using pg_upgrade >>> >>> the default ubuntu package, and the one from postgresql.org, both store >>> `postgresql.conf` in etc as >>> `/etc/postgresql/VERSI

Re: [GENERAL] pg_upgrade and ubuntu

2014-11-14 Thread Alvaro Herrera
David G Johnston wrote: > David G Johnston wrote > > It would make more sense for the Debian packagers people to write a > > pg_upgradecluster wrapper like they have done for the other key programs. > > Note it appears there is a pg_upgradecluster program, but it doesn't appear > to a wrapper for

Re: [GENERAL] pg_upgrade and ubuntu

2014-11-14 Thread David G Johnston
David G Johnston wrote > > Jonathan Vanasco-7 wrote >> I ran into an issue migrating from 9.1 to 9.3 on ubuntu using pg_upgrade >> >> the default ubuntu package, and the one from postgresql.org, both store >> `postgresql.conf` in etc as >> `/etc/postgresql/VERSION/main/postgresql.conf` >> >> how

Re: [GENERAL] pg_upgrade and ubuntu

2014-11-14 Thread Adrian Klaver
On 11/14/2014 11:10 AM, Jonathan Vanasco wrote: I ran into an issue migrating from 9.1 to 9.3 on ubuntu using pg_upgrade the default ubuntu package, and the one from postgresql.org, both store `postgresql.conf` in etc as `/etc/postgresql/VERSION/main/postgresql.conf` however, the pg_upgrade sc

Re: [GENERAL] pg_upgrade and ubuntu

2014-11-14 Thread David G Johnston
Jonathan Vanasco-7 wrote > I ran into an issue migrating from 9.1 to 9.3 on ubuntu using pg_upgrade > > the default ubuntu package, and the one from postgresql.org, both store > `postgresql.conf` in etc as `/etc/postgresql/VERSION/main/postgresql.conf` > > however, the pg_upgrade script expects i

[GENERAL] pg_upgrade and ubuntu

2014-11-14 Thread Jonathan Vanasco
I ran into an issue migrating from 9.1 to 9.3 on ubuntu using pg_upgrade the default ubuntu package, and the one from postgresql.org, both store `postgresql.conf` in etc as `/etc/postgresql/VERSION/main/postgresql.conf` however, the pg_upgrade script expects it in the `datadir`. the simple solu