mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
Not able to migrate from ferretDBv1 sqllite to ferretDBv2 #458
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Floo33R on GitHub (Jul 5, 2025).
Hi,
i have an issue to migrate to the new version. I didn't realize there are new images out and now i am not able to get the new DB up and running.
My
docker-compose.ymllooks like this:When i try to migrate, the
copy_databasecontainer always writes following error:I tried already several different
SOURCE_URIs, but it seems like i can't find the right one.mongodb://ferretdb:27017mongodb://${KOMODO_DB_USERNAME}:${KOMODO_DB_PASSWORD}@ferretdb:27017mongodb://${KOMODO_DB_USERNAME}:${KOMODO_DB_PASSWORD}@ferretdb:27017/?authMechanism=PLAINCan someone help me out here?
@Floo33R commented on GitHub (Jul 5, 2025):
After some research, i found out, what i have to put in:
SOURCE_URI: "mongodb://ferretdb:27017/?directConnection=true"I hope this helps someone.