Hi, We introduced a new replicator scheduler after 2.0 which I think moved where replication status appears.
http://docs.couchdb.org/en/stable/api/server/common.html#scheduler-jobs http://docs.couchdb.org/en/stable/api/server/common.html#scheduler-docs So check /_scheduler/jobs and /_scheduler_docs next. B. > On 26 Oct 2018, at 15:37, Karthik T <sir.nigel.lor...@gmail.com> wrote: > > Hi All, > > I am attempting to upgrade our Production db from 1.6.1 to 2.1.1. I am > attempting this by replicating from my old box running 1.6.1 to my newly > rebuilt box running 2.1.1. It seemed to go ok so far. I was planning to > switch my app over to the new box once the data was replicated, and the > views were regenerated (I have a daemon triggering this on the main views > on the new box) and the DB compacted. > > I say "seemed" because now it seems like replication(of all the things :() > has stopped. I can create the replications/replicator documents, it tells > me the replication has been "Scheduled", and the replication jobs shows the > new job as "running". However the replication jobs that used to populate > the "Active Tasks" view are now gone. And I can confirm that the > replication isnt happening by manually comparing documents on the 2 boxes. > > I wonder if in all my restarts getting the config changed, I broke > something. Specifically is there a replicator daemon that I might have > broken?? > > Karthik T