tengo un problema ya habia replicado los datos en las BD 2010-03-11 19:23:58 DEBUG: pid 8252: starting health checking 2010-03-11 19:23:58 DEBUG: pid 8252: health_check: 0 th DB node status: 1 2010-03-11 19:23:58 DEBUG: pid 8252: health_check: 1 th DB node status: 3 2010-03-11 19:24:28 DEBUG: pid 8252: starting health checking 2010-03-11 19:24:28 DEBUG: pid 8252: health_check: 0 th DB node status: 1 2010-03-11 19:24:28 DEBUG: pid 8252: health_check: 1 th DB node status: 3
y me marca eso lo que hice fue incorporar un nodo en el pg.conf con los mismos datos que el nodo caido para que me quedara asi backend_hostname0 = 'pgsql1' backend_port0 = 5432 backend_weight0 = 1 backend_data_directory0 = '/var/lib/pgsql/data' backend_hostname1 = 'pgsql2' backend_port1 = 5432 backend_weight1 = 1 backend_data_directory1 = '/var/lib/pgsql/data' backend_hostname2 = 'pgsql2' backend_port2 = 5432 backend_weight2 = 1 backend_data_directory2 = '/var/lib/pgsql/data' y ahora que me conecto me queda asi 2010-03-11 19:27:56 DEBUG: pid 8384: starting health checking 2010-03-11 19:27:56 DEBUG: pid 8384: health_check: 0 th DB node status: 1 2010-03-11 19:27:56 DEBUG: pid 8384: health_check: 1 th DB node status: 3 2010-03-11 19:27:56 DEBUG: pid 8384: health_check: 2 th DB node status: 1 por que el nodo 1 nunca se recupero a pesar de que son los mismos gracias!!