Re: [GENERAL] pg_upgrade not detecting version properly

2012-10-10 Thread Bruce Momjian
On Wed, Oct 10, 2012 at 10:35:06AM -0600, Chris Ernst wrote: > On 10/10/2012 09:56 AM, Bruce Momjian wrote: > > Can you show me what is in the PG_VERSION file in the old cluster? It > > should be "9.1". > > Hi Bruce, > > Thank you for the reply. Indeed it is "9.1": > > # cat /postgresql/9.1/ma

Re: [GENERAL] pg_upgrade not detecting version properly

2012-10-10 Thread Chris Ernst
On 10/10/2012 09:56 AM, Bruce Momjian wrote: > Can you show me what is in the PG_VERSION file in the old cluster? It > should be "9.1". Hi Bruce, Thank you for the reply. Indeed it is "9.1": # cat /postgresql/9.1/main/PG_VERSION 9.1 And just for good measure: cat /postgresql/9.2/main/PG_VERS

Re: [GENERAL] pg_upgrade not detecting version properly

2012-10-10 Thread Bruce Momjian
On Tue, Oct 9, 2012 at 09:50:22PM -0600, Chris Ernst wrote: > Hi all, > > I'm trying to test using pg_upgrade to go from 9.1.6 to 9.2.1 on Ubuntu > server 10.04. But when I run pg_upgrade, it tells me I can only run it > on 8.3 or later. > > Old: > postgres=# SELECT version(); >

[GENERAL] pg_upgrade not detecting version properly

2012-10-09 Thread Chris Ernst
Hi all, I'm trying to test using pg_upgrade to go from 9.1.6 to 9.2.1 on Ubuntu server 10.04. But when I run pg_upgrade, it tells me I can only run it on 8.3 or later. Old: postgres=# SELECT version(); version -