Describe the bug
Adding multiple databases to be synced does not work as expected and throws an error (see logs below). Additionally the source column in the couchdb_progress table does not differentiate different databases being synced from the same instance
To Reproduce
Update the COUCHDB_DBS value in the .env file to have multiple databases e.g. "medic medic-sentinel"
Run the docker compose command to startup all containers
Check the couch2pg container logs
Expected behavior
Multiple databases are synced as expected and different tables from the same instance will be saved in separate rows in the couchdb_progress table.
Describe the bug Adding multiple databases to be synced does not work as expected and throws an error (see logs below). Additionally the
source
column in thecouchdb_progress
table does not differentiate different databases being synced from the same instanceTo Reproduce
COUCHDB_DBS
value in the.env
file to have multiple databases e.g. "medic medic-sentinel"Expected behavior Multiple databases are synced as expected and different tables from the same instance will be saved in separate rows in the
couchdb_progress
table.Logs
Screenshots
Environment
Additional context