The replication was a single run, rather than continuous and it was before I set up any user accounts. It's not really the replication that's the issue, though. If I ssh into the server and run
curl -X GET http://localhost:5894/muninn I get different results to when I run the following command from my dev machine: curl -X GET http://user:pass@odin:5894/muninn Where user:pass would be the admin account and odin is the remote server. On 7 November 2012 12:44, Dave Cottlehuber <[email protected]> wrote: > On 7 November 2012 13:30, svilen <[email protected]> wrote: > > and if u add ?_all_docs=true what docs would u get? > > (do check the syntax) > > Hi Stoo, > > I'd check that the DBs really are the same. Did you use filtered > replication, or not replicate as an admin? Was is a continuous repl or > not? > > Use `curl http://localhost:5984/<dbname>/_all_docs` and diff the > output of both DBs. What's missing? > > A+ > Dave >
