Re: Postgres update 9.1 to 9.3 - error port 50432

From: John Scalia <jayknowsunix(at)gmail(dot)com>
To: MauricioLeite <mfx1975(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres update 9.1 to 9.3 - error port 50432
Date: 2015-01-30 19:55:02
Message-ID: 54CBE196.10404@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On 1/30/2015 2:44 PM, MauricioLeite wrote:
> Jay,
>
> I checked the error recorded in the log ...
>
> See the results ...
>
>
> -----------------------------------------------------------------
> pg_upgrade run on Fri Jan 30 02:55:44 2015
> -----------------------------------------------------------------
>
> command: "/usr/pgsql-9.1/bin/pg_ctl" -w -l "pg_upgrade_server.log" -D
> "/var/lib/pgsql/9.1/data/" -o "-p 5433 -b -c
> config_file=/var/lib/pgsql/9.1/data/postgresql.conf -c listen_addresses=''
> -c unix_socket_permissions=0700 -c unix_socket_directory='/var/lib/pgsql'"
> start >> "pg_upgrade_server.log" 2>&1
> esperando o servidor iniciar....feito
> servidor iniciado
>
>
> command: "/usr/pgsql-9.1/bin/pg_ctl" -w -D "/var/lib/pgsql/9.1/data/" -o "-c
> config_file=/var/lib/pgsql/9.1/data/postgresql.conf" stop >>
> "pg_upgrade_server.log" 2>&1
> esperando o servidor desligar....feito
> servidor está parado
>
>
> command: "/usr/pgsql-9.3/bin/pg_ctl" -w -l "pg_upgrade_server.log" -D
> "/var/lib/pgsql/9.3/data/" -o "-p 5432 -b -c
> autovacuum_multixact_freeze_max_age=2000000000 -c synchronous_commit=off -c
> fsync=off -c full_page_writes=off-c
> config_file=/var/lib/pgsql/9.3/data/postgresql.conf -c listen_addresses=''
> -c unix_socket_permissions=0700 -c unix_socket_directories='/var/lib/pgsql'"
> start >> "pg_upgrade_server.log" 2>&1
> esperando o servidor iniciar....FATAL: parâmetro "full_page_writes" requer
> um valor booleano
> ....parou de esperar
> pg_ctl: não pode iniciar o servidor
> Examine o arquivo de log.
>
>
>
>
> --
> View this message in context: http://postgresql.nabble.com/Postgres-update-9-1-to-9-3-error-port-50432-tp5836178p5836203.html
> Sent from the PostgreSQL - admin mailing list archive at Nabble.com.
>
>
Well, I'm assuming you see the error immediately above. You've got a bad parameter specified in your configuration for full_page_writes. That's why the 9.3 instance is refusing to
start for the pg_upgrade.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2015-01-30 21:09:19 Re: Postgres update 9.1 to 9.3 - error port 50432
Previous Message Ziggy Skalski 2015-01-30 19:48:26 Re: Postgres update 9.1 to 9.3 - error port 50432