Tue Jul 25 12:41:16 PDT 2006
- Previous message: [Slony1-general] I always get a "ERROR: no admin conninfo for node "
- Next message: [Slony1-general] I always get a "ERROR: no admin conninfo for node "
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> ERROR: no admin conninfo for node 134589040
>STORE PATH ( SERVER=1,CLIENT=2,CONNINFO='dbname=pgbenchdb1
>host=localhost user=slonyuser');
>STORE PATH ( SERVER=2,CLIENT=1,CONNINFO='dbname=pgbenchdb2
>host=192.168.1.24 user=slonyuser');
Is it possible that your port for postgresql is other than 5432?
If so, you need to also specify that in your connection info and path.
eg: NODE 1 ADMIN CONNINFO='dbname=pgbenchdb1 host=localhost port=<actual
value> user=slonyuser';
STORE PATH ( SERVER=1,CLIENT=2,CONNINFO='dbname=pgbenchdb1
host=localhost port=<actual value>user=slonyuser');
- Previous message: [Slony1-general] I always get a "ERROR: no admin conninfo for node "
- Next message: [Slony1-general] I always get a "ERROR: no admin conninfo for node "
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list