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