You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2022. It is now read-only.
I haven't seen any process or information on upgrading from 5.35 (I'm aware of the issues surrounding the postgres database when upgrading from earlier versions to 5.35), so I'm not sure what the best method to do the upgrade is.
For my install, I just modified the Dockerfile in the app directory to ARG MM_VERSION=5.36.1
And ran a docker-compose build; docker-compose down && docker-compose up --force-recreate
It seems to have worked ok for me, but I'm interested in hearing whether there was a better option. Thanks!
I see that the changelog at https://docs.mattermost.com/administration/changelog.html lists 5.36.0 and 5.36.1 as containing security fixes, so it's probably a good idea to upgrade.
I haven't seen any process or information on upgrading from 5.35 (I'm aware of the issues surrounding the postgres database when upgrading from earlier versions to 5.35), so I'm not sure what the best method to do the upgrade is.
For my install, I just modified the Dockerfile in the app directory to
ARG MM_VERSION=5.36.1And ran a
docker-compose build; docker-compose down && docker-compose up --force-recreateIt seems to have worked ok for me, but I'm interested in hearing whether there was a better option. Thanks!