Re: Couchdb db and view replication

2015-03-25 Thread Alexander Gabriel
it should work in futon too, if you log in as admin I do this often to replicate couchApps, including all their views 2015-03-25 18:50 GMT+01:00 Michael Power : > This would mean using cURL or some other method to trigger the > replication. Also provide the authentication for example via http a

Re: Couchdb db and view replication

2015-03-25 Thread Michael Power
This would mean using cURL or some other method to trigger the replication. Also provide the authentication for example via http auth. We were using futon to trigger the replication for our testing. On 3/25/15, 10:27 AM, "Alexander Gabriel" wrote: >if you replicate as db admin _design do

Re: Couchdb db and view replication

2015-03-25 Thread Alexander Gabriel
if you replicate as db admin _design docs (including views) are also replicated 2015-03-25 18:14 GMT+01:00 Michael Power : > We are trying to setup couchdb replication from one couchdb instance to > the other with a master slave style configuration. We want to be able to > switch from the maste

Couchdb db and view replication

2015-03-25 Thread Michael Power
We are trying to setup couchdb replication from one couchdb instance to the other with a master slave style configuration. We want to be able to switch from the master to the slave if the master goes down. We have been able to replicate data, we have been able to create the new databases autom