Re: [HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-08 Thread Pavel Stehule
2015-05-07 13:43 GMT+02:00 Alvaro Herrera : > The problem is here: > > > [root@ps-test5:/etc/puppet/modules/postgresql/files] pg_controldata > > /mnt/ebs/pgsql/data > > pg_control version number:922 > > Catalog version number: 201302181 > > The catversion for 9.2 is 20120

Re: [HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-07 Thread Alvaro Herrera
The problem is here: > [root@ps-test5:/etc/puppet/modules/postgresql/files] pg_controldata > /mnt/ebs/pgsql/data > pg_control version number:922 > Catalog version number: 201302181 The catversion for 9.2 is 201204301; you have modified it with your patches in a way that

Re: [HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-07 Thread Pavel Stehule
2015-05-06 19:26 GMT+02:00 Jeff Janes : > On Wed, May 6, 2015 at 6:16 AM, Pavel Stehule > wrote: > >> >> >> 2015-05-06 15:15 GMT+02:00 Alvaro Herrera : >> >>> Pavel Stehule wrote: >>> > Hi >>> > >>> > I am working on preparation the migration from 9.2 to 9.4 >>> > >>> > pg_upgrade fails >>> > >>>

Re: [HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-07 Thread Pavel Stehule
2015-05-06 19:40 GMT+02:00 Jeff Janes : > On Wed, May 6, 2015 at 10:26 AM, Jeff Janes wrote: > >> On Wed, May 6, 2015 at 6:16 AM, Pavel Stehule >> wrote: >> >>> >>> >>> 2015-05-06 15:15 GMT+02:00 Alvaro Herrera : >>> Pavel Stehule wrote: > Hi > > I am working on preparation t

Re: [HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-06 Thread Jeff Janes
On Wed, May 6, 2015 at 10:26 AM, Jeff Janes wrote: > On Wed, May 6, 2015 at 6:16 AM, Pavel Stehule > wrote: > >> >> >> 2015-05-06 15:15 GMT+02:00 Alvaro Herrera : >> >>> Pavel Stehule wrote: >>> > Hi >>> > >>> > I am working on preparation the migration from 9.2 to 9.4 >>> > >>> > pg_upgrade fai

Re: [HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-06 Thread Jeff Janes
On Wed, May 6, 2015 at 6:16 AM, Pavel Stehule wrote: > > > 2015-05-06 15:15 GMT+02:00 Alvaro Herrera : > >> Pavel Stehule wrote: >> > Hi >> > >> > I am working on preparation the migration from 9.2 to 9.4 >> > >> > pg_upgrade fails >> > >> > pg_upgrade -b /usr/lib64/pgsql/postgresql-9.2/bin -B /

Re: [HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-06 Thread Pavel Stehule
2015-05-06 15:15 GMT+02:00 Alvaro Herrera : > Pavel Stehule wrote: > > Hi > > > > I am working on preparation the migration from 9.2 to 9.4 > > > > pg_upgrade fails > > > > pg_upgrade -b /usr/lib64/pgsql/postgresql-9.2/bin -B /usr/bin/ -d > > /mnt/ebs/pgsql/data -D /mnt/ebs/pgsql/data94 -k' > > P

Re: [HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-06 Thread Alvaro Herrera
Pavel Stehule wrote: > Hi > > I am working on preparation the migration from 9.2 to 9.4 > > pg_upgrade fails > > pg_upgrade -b /usr/lib64/pgsql/postgresql-9.2/bin -B /usr/bin/ -d > /mnt/ebs/pgsql/data -D /mnt/ebs/pgsql/data94 -k' > Performing Consistency Checks > - >

[HACKERS] is possible to upgrade from 9.2 to 9.4 with pg_upgrade

2015-05-06 Thread Pavel Stehule
Hi I am working on preparation the migration from 9.2 to 9.4 pg_upgrade fails pg_upgrade -b /usr/lib64/pgsql/postgresql-9.2/bin -B /usr/bin/ -d /mnt/ebs/pgsql/data -D /mnt/ebs/pgsql/data94 -k' Performing Consistency Checks - Checking cluster versions