Database stalled
I have a database with 544 documents (very small db). It has been created in a couchdb 1.x version. If I follow the steps with couchup to upgrade to couchdb 2.x ......python2 couchup list
provides the database I want to upgrade ......python2 couchup replicate -a --login admin --password the replication stops after 49% is done.
Options are to increase the timeout of workload. Since I can not change the workload I tried changing the timeout in couch_httpd_auth/timeout from 600 to 6000. This doesn't change the situation. Can anyone explain what is going on?
Sorry, we had completely missed this issue somehow. @CoHageluken do you happen to have any logs from the replication jobs. They might indicate why the replication is stalling. Also try to upgrade your CouchDB instance if possible as we've made some replicator improvements since 2.x series.