Re: Postgres update 9.1 to 9.3 - error port 50432

Поиск
Список
Период
Сортировка
От John Scalia
Тема Re: Postgres update 9.1 to 9.3 - error port 50432
Дата
Msg-id 54CBE196.10404@gmail.com
обсуждение исходный текст
Ответ на Re: Postgres update 9.1 to 9.3 - error port 50432  (MauricioLeite <mfx1975@gmail.com>)
Ответы Re: Postgres update 9.1 to 9.3 - error port 50432  (Bruce Momjian <bruce@momjian.us>)
Список 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.


В списке pgsql-admin по дате отправления:

Предыдущее
От: Ziggy Skalski
Дата:
Сообщение: Re: Postgres update 9.1 to 9.3 - error port 50432
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Postgres update 9.1 to 9.3 - error port 50432