On Oct 10, 2013, at 9:15 AM, Matthew Woodward <[email protected]> wrote:
> On Apache CouchDB 1.4 -- on the status screen in Futon I saw all the > continuous replication processes listed, then after a reboot if I go to the > status screen I don't see anything, Are they persistent replications? - Replications created by POST to /_replicate are not persistent (even if they’re continuous.) - Replications created by creating a doc in the _replicator database are persistent. To get a replication that restarts automatically after relaunch, you need to make it both persistent and continuous. —Jens
