Re: Error while upgrading from 8.4 to 9.3

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Claudio Biasatti <c(dot)biasatti(at)griensu(dot)com>, "" <l(dot)rame(at)griensu(dot)com>, PostgreSql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error while upgrading from 8.4 to 9.3
Date: 2014-05-28 14:39:33
Message-ID: 5385F525.3080600@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/28/2014 07:24 AM, Claudio Biasatti wrote:
> with check
>
> /usr/lib/postgresql/9.3/bin/pg_upgrade --check -b
> /usr/lib/postgresql/8.4/bin/ -B /usr/lib/postgresql/9.3/bin/ -d
> /mnt/datos/ -D /mnt/datos/datos_9.3/main/ -o ' -c
> config_file=/etc/postgresql/8.4/main/postgresql.conf' -O ' -c
> config_file=/etc/postgresql/9.3/main/postgresql.conf'
>
>
> without check
>
> /usr/lib/postgresql/9.3/bin/pg_upgrade -b /usr/lib/postgresql/8.4/bin/
> -B /usr/lib/postgresql/9.3/bin/ -d /mnt/datos/ -D
> /mnt/datos/datos_9.3/main/ -o ' -c
> config_file=/etc/postgresql/8.4/main/postgresql.conf' -O ' -c
> config_file=/etc/postgresql/9.3/main/postgresql.conf'
>
>

So what are the port numbers in the conf files.

I have not used that option, but is there a chance you are double
starting the servers?

Starting an instance for each using the port numbers from the conf files
and then pg_upgrade is starting them on 50432.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leonardo M. Ramé 2014-05-28 15:05:54 Re: Error while upgrading from 8.4 to 9.3
Previous Message Bruce Momjian 2014-05-28 14:26:47 Re: Error while upgrading from 8.4 to 9.3