2

I'm having some problems with replication in pgAdmin. It says:

Slony creation scripts not available.

I use File > Options and indicate the path "usr/share/slony" where I suppose they are. Because that directory has xxid.v80.sql and all of them.

My problem is, pgAdmin still doesn't recognize the creation scripts for the cluster.

My setup: SO-Ubuntu, pgAdmin, PostgreSQL 8.4

Any ideas?

Erwin Brandstetter
  • 605,456
  • 145
  • 1,078
  • 1,228
Ron
  • 2,215
  • 3
  • 22
  • 30

1 Answers1

1

for some reason version 1.2 of slony has some troubles with pgadmin3 1.10 or postgres 8.4 (That's what I asume). I just uninstalled version of slony from sinaptyc and installed slony v2.0.6 from source (slony1.tar.bz2) and everything worked fine for postgres 8.4

Hope this helps,

Ron
  • 2,215
  • 3
  • 22
  • 30