Thanks -- been on BigCouch for a while and moving back to CouchDB after being away for a while, so appreciate the refresher!
On Thu, Oct 10, 2013 at 9:56 AM, Jens Alfke <[email protected]> wrote: > > 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 > > -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html
