Hi Michael! Since 1.1.0 release there is awesome replicator[1] database that handles such tasks. You could read more about at github gist[2]. To see replication progress you could request /_active_tasks resource (Futon > Status) - all information about replication nodes and it's status will be there. For replication database you may also request specific document about operation status (not progress).
[1] http://wiki.apache.org/couchdb/Replication#Replicator_database [2] https://gist.github.com/832610 -- ,,,^..^,,, On Sat, Jul 28, 2012 at 4:10 AM, Michael Parker <[email protected]> wrote: > Hi all, > > Two quick questions about replication: > > 1. The CouchDB wiki says that CouchDB doesn’t remember continuous > replications over a server restart. Is this true even in CouchDB 1.2? > What's an easy way to make this happen, other than editing my init.d > script? > > 2. Is there any way at a glance to see where a node is continuously > replicating to? I think I've noticed that Futon > Replicator only > shows one-shot replications. > > Thanks! > > - Mike
