How do I remove Slony from a restored PostgreSQL database?
Posted
by
Scott Herbert
on Server Fault
See other posts from Server Fault
or by Scott Herbert
Published on 2011-01-10T23:30:17Z
Indexed on
2011/01/10
23:55 UTC
Read the original article
Hit count: 346
replication
|postgresql
I've restored a database which came from a server on which Slony was running. The server on which the database has been restored does not have Slony installed.
When the database restored, there were a lot of errors reported, with Slony related objects not getting created due to Slony related logins being missing. This I thought was not a problem, as losing the Slony objects didn't seem to matter, and infact seemed desirable.
However, now I've got an anoying, if not critical problem. Whenever one clicks on a table in the newly restored DB in PGAdmin, a Slony related error popup ... pops up.
The first one reads: "An error has occured: ERROR: function _rmscl.getlocalnodeid(unknown) does not exist"
I notice that under the Replication node in PGAdmin, that there is a Slony replication cluster. Trying to drop this cluster results in more object missing type errors.
Does anyone have any ideas how we can remove the last vestiges of Slony from this database?
© Server Fault or respective owner