Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    WeKan MongoDB version?

    Wekan
    2
    2
    31
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • xet7
      xet7 last edited by

      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:

      1. Having WRITABLE_PATH setting:
        https://github.com/wekan/wekan/blob/master/docker-compose.yml#L156

      2. 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

      girish 1 Reply Last reply Reply Quote 3
      • girish
        girish Staff @xet7 last edited by

        @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.

        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        Powered by NodeBB