This repository has been archived by the owner on May 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 575
Upgrading to 5.36.1 #541
Comments
I have been doing this for years.
That's it |
Despite I got this error message, and some minutes of endless HTTP request logs (no user was actually online), this seems to work for me now. Any idea about the message?
Update: The logs are continuing
|
@haivala wrote:
Did it also worked for v5.37.1? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.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!
The text was updated successfully, but these errors were encountered: