Search code examples
couchdbreplicationstartup

Permanent continuous replication with CouchDB across reboots


How can I set up continuous replication after reboot? Continuous replication works only until the next reboot.


Solution

  • Unfortunately, you still need to trigger the continuous replication after a server restart.

    However, I asked this question on IRC, and it turns out that v1.1 of CouchDB will most likely include a special database called _replicator that will store replication settings. That way, they will remain even after a server restart.