| From: | "Gilberto Castillo" <gilberto(dot)castillo(at)etecsa(dot)cu> |
|---|---|
| To: | "Marcos Michel Martinez Perez" <mmartinezp(at)uci(dot)cu> |
| Cc: | "POSTGRES" <pgsql-es-ayuda(at)postgresql(dot)org> |
| Subject: | Re: Configuracion y puesta en marcha de slony |
| Date: | 2013-12-17 14:17:43 |
| Message-ID: | 36942.192.168.207.54.1387289863.squirrel@webmail.etecsa.cu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
>
> Cuando intento levantar slony me pone esto
>
> Slon failed to start for cluster replication, node node1
>
> y mi configuracion es la siguiente
>
>
> add_node(
> node => 1,
> host => '10.56.13.179',
> dbname => 'master',
> port => 5432,
> user => 'postgres',
> password => 'postgres' ),
>
>
> add_node(
> node => 2,
> host => '10.56.13.180',
> dbname => 'slave',
> port => 5432,
> user => 'postgres',
> password => 'postgres' );
>
> }
>
>
>
> $SLONY_SETS = {
>
> "set1" => {
> "set_id" => 1,
> "table_id" => 1,
> "sequence_id" => 1,
> "pkeyedtables" => ["test1"],
> "keyedtables" => {},
> "serialtables" => ["test2"],
> "sequences" => ["inc"],
> },
>
> "set2" => {
> "set_id" => 2,
> "table_id" => 3,
> "sequence_id" => 2,
> "pkeyedtables" => [],
> "keyedtables" => {},
> "serialtables" => ["test3"],
> "sequences" => [],
> }
>
> };
¿Tienes realmente en tu data tablas de nombre test1, test2 y test3 y una
secuencia inc?
Saludos,
Gilberto Castillo
La Habana, Cuba
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 179 bytes |
| unknown_filename | text/plain | 157 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sebastián Villalba | 2013-12-17 14:47:58 | Configurar Datestyle desde Php |
| Previous Message | Marcos Michel Martinez Perez | 2013-12-17 09:19:46 | Configuracion y puesta en marcha de slony |