Is it possible to replicate a database.couch on a different drive on the same server as the live database? Or should I create it and then move it to where I wanted? I have couchdb Futon 1.6.1.
I am trying to replicate trough the portal, this way, please see image:
The only thing is that I am keep getting this error:
[Mon, 18 Sep 2017 17:13:14 GMT] [info] [<0.230.18>] 127.0.0.1 - - POST /_replicate 500
[Mon, 18 Sep 2017 17:13:14 GMT] [error] [<0.230.18>] httpd 500 error response: {"error":"db_not_found","reason":"could not open F:\MyReplications\testdb_rep"}
Can someone help me how to do it?
Thank you!
When using the _replicate endpoint, you have to specify the source database with its remote URL or the local name.
The local name means the name of the database for this instance of CouchDB. In no way, you can specify a disk path to a .couch files. The replication protocol does not use local files.