WeKan MongoDB version?
-
Hi,
what version of MongoDB is Cloudron using with newest WeKan?Newest WeKan is compatible with MongoDB 5.x and newer. At https://wekan.github.io Download section is listed recommended versions, currently MongoDB 6.0.3.
Changes of MongoDB 5.x are, that previous index creating code _ensureIndex was changed to createIndex. If there errors in wekan-db or wekan-app container logs, like some error is at some line of wekan code has come error, I recommend adding new issue about it to https://github.com/wekan/wekan/issues
For Docker, upgrading MongoDB requires mongodump with MongoDB version that is in wekan-db container:
https://github.com/wekan/wekan/wiki/Backup#backup-docker
And for newest WeKan:
-
Having WRITABLE_PATH setting:
https://github.com/wekan/wekan/blob/master/docker-compose.yml#L156 -
wekan-files:
- https://github.com/wekan/wekan/blob/master/docker-compose.yml#L764-L765
- https://github.com/wekan/wekan/blob/master/docker-compose.yml#L712
BR,
xet7
Maintainer of WeKan -
-
@xet7 welcome here!
Cloudron is currently on Mongo 4.4 . Next release will make it Mongo 5 or Mongo 6. The version we choose here will largely depend on how easy it is to migrate from existing Mongo 4 automatically. If we can automatically go from 4->6 then we will probably go with 6.
Goes without saying thanks for all your work on wekan.