Fala galera,

Estou empacado em um ponto de tentativa de replicação de dois servidores
PSQL 9.1

Quando vou conectar no Slave, aparece a seguinte mensagem:

# psql
psql: FATAL:  the database system is starting up

Dando um ps no Slave:

# ps aux | grep postgres
postgres 25290  0.0  0.3 238860 16052 ?        S    19:28   0:00
/usr/lib/postgresql/9.1/bin/postgres -D /var/lib/postgresql/9.1/main -c
config_file=/etc/postgresql/9.1/main/postgresql.conf
postgres 25291  0.0  0.0 238956  2232 ?        Ss   19:28   0:00 postgres:
startup process   recovering 000000010000000000000025

postgres 25292  0.0  0.1 251836  5268 ?        Ss   19:28   0:00 postgres:
wal receiver process   streaming 0/25000260

postgres 25294  0.0  0.0 238860  2800 ?        Ss   19:28   0:00 postgres:
writer process

root     25397  0.0  0.0   8060   932 pts/0    S+   19:39   0:00 grep
--color=auto postgres


Dando um PS no Master :

# ps aux | grep postgres
postgres 18851  0.0  0.3 239104 16076 ?        S    19:11   0:00
/usr/lib/postgresql/9.1/bin/postgres -D /var/lib/postgresql/9.1/main -c
config_file=/etc/postgresql/9.1/main/postgresql.conf -c
external_pid_file=/var/run/postgresql/9.1-main.pid
postgres 18853  0.0  0.0 239240  3104 ?        Ss   19:11   0:00 postgres:
writer process


postgres 18854  0.0  0.0 239104  1760 ?        Ss   19:11   0:00 postgres:
wal writer process


postgres 18855  0.0  0.0 240384  3344 ?        Ss   19:11   0:00 postgres:
autovacuum launcher process


postgres 18856  0.0  0.0  95548  1988 ?        Ss   19:11   0:00 postgres:
stats collector process


postgres 19048  0.0  0.1 240444  6476 ?        Ss   19:12   0:00 postgres:
nfe erp_prefeitura 127.0.0.1(56661) idle


postgres 19256  0.0  0.1 240080  4432 ?        Ss   19:28   0:00 postgres:
wal sender process replicador XXX.XXX.XXX.XXX(59427) streaming 0/25000380


root     19425  0.0  0.0   8304  1004 pts/2    S+   19:49   0:00 grep
--color=auto postgres



Alguém tem alguma sugestão do que eu posso fazer?
-- 
*Hugo Kuribayashi*
_______________________________________________
pgbr-geral mailing list
[email protected]
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a