Replication with pgadmin+slony+ubuntu

1.7k Views Asked by At

I am using postgres 9.2 and slony1-2.0.0-rc1.The problem is that whenever i create slony-I cluster it shows slony-I creation scripts not available, only joining possible.

I have also set the binary path usr/bin/postgresql but still its not working.Please help me out with this problem.

Thanks in advance.

1

There are 1 best solutions below

1
On BEST ANSWER

Open pgadmin,go to options,then click binary paths and set the path of Slony-I path as /usr/share/slony1 in ubuntu. If this does not work your postgres version is not compatible with slony version.

You can see this post.