O postgresql 9 trouxe algumas novidades em administração do servidor
conforme o manual
http://www.postgresql.org/docs/9.0/interactive/high-availability.html

 

Na tentativa de fazer testes criei duas máquinas virtuais com postgresql
9.01, seguindo os 6 passos do site
http://wiki.postgresql.org/wiki/Binary_Replication_Tutorial

 

Mas ao iniciar o servidor standby dá o erro:

Did not start in a timely fashion, please see
/var/lib/pgsql/data/pg_log/startup.log

 

O Log diz o seguinte:

Could not recognize system time zone

The PostgreSQL time zone will be set to “etc/gmt+3”

You can specify the correct timezone in postgresql.conf

 

Meu arquivo recovery.conf está assim:

standby_mode = 'on'

primary_conninfo = 'host=192.168.0.1'

 

Quando removo o arquivo recovery.conf o servidor inicia normalmente.

 

Alguém pode me ajudar?

_______________________________________________
pgbr-geral mailing list
[email protected]
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a