Tagged Questions

Questions regarding SLONY, the procedural replication engine for postgresql

learn more… | top users | synonyms

4
votes
2answers
322 views

ActiveRecord counter_cache giving stale count with multi_db gem

I'm using the multi-db gem with Slony-I replication on PostgreSQL in a Rails app. This mostly works perfectly, but there is a bit of a replication lag in certain cases. One of the cases involves an ...
4
votes
4answers
576 views

Ruby On Rails Master-Slave Postrgres Databases

I am currently setting up a master-slave app using Ruby on Rails that needs to have a Master-Slave backend. I'm currently looking at using Slony for the replication component, and Masochism for ...
2
votes
1answer
291 views

Problems with slony, pgadmin3 and cluster replication

I'm having some problems with replication in pgadmin3. It says "Slony creation scripts not available". I use File > Options and indicate the path "usr/share/slony" where I suppose they are. Because ...
2
votes
1answer
332 views

Postgres Slony-I question

Sample slonik command on the 1st node: slonik <<_EOF_ #-- # define the namespace the replication system uses in our example it is # slony_example #-- cluster name = $CLUSTERNAME; #-- # admin ...
1
vote
1answer
80 views

How do I Drop Table from slony

I have a database which is being backed up by slony. I dropped a table from the replicated DB and re-created the same table using sql scripts and nothing through slony scripts. I found this on a post ...
1
vote
1answer
68 views

How do I go about restarting slony?

One of the slaves is running behind on replication. It is recommended that you restart slony when this happens. What are the steps one should take to go about restarting it? Thanks, Sharad
0
votes
0answers
11 views

Deadlock during Slony uninstall and concurrent access of DB [migrated]

I am using slony1-2.0.4.rc2 and postgresql-8.4.0-0. I faced a deadlock in the slony uninstall process. I was trying to uninstall node from a cluster, as per slony's documents this requires access ...
0
votes
1answer
120 views

postgres slony-i master node tables can't be written after running for few days

I set up slony to replicate 3 tables from one opensuse pc (master node) to another opensuse pc (slave node). It works well at first. After running for few days, it suddenly come out the error message ...
0
votes
1answer
106 views

Slony-I service filling up my event viewer in Windows

I wrote a similar question before but I got no answers so I was thinking on asking again in a simpler way. I have slony-I replicating databases in a windows environment (Master has windows xp and ...
0
votes
0answers
114 views

postgreSQL slony-i windows service filling up my event viewer

I just implemented replication between PostgreSQL master and slave databases in windows using Slony-I. I also used slon -regservice to create a windows service that would replicate the database in ...
0
votes
1answer
146 views

Sl_log table is huge, over 100 million rows

We have slony replication set up, and the replication on the slave has fallen behind by 10 days. On investigating I noticed that the sl_log_1 table has 25K records, but the sl_log_2 table has over 100 ...
0
votes
1answer
473 views

PostgreSQL - Slony > FATAL ERROR: duplicate key value violates unique constraint “sl_nodelock-pkey”

Just posting this here and might help the others: I got this error when we had an outage a while ago, and tried to restart the slon replication service as the replication is NOT really replicating ...