Open nvjacobo opened 3 years ago
You also need to rebuild the container:
For example:
$ git pull
$ git checkout <tag>
$ docker-compose build
$ docker-compose down
$ docker-compose up -d --force-recreate
Hi,
The version problem seems to be related to the app / Dockerfile. Currently Dockerfile has 5.31.0. I changed to 5.32.1. 5.32.1 version change brings with it a deprecated problem of the database.
Starting mattermost
{"level":"error","ts":1614297839.995582,"caller":"commands/server.go:77","msg":"cannot create store: minimum required postgres version is 10.0; found 9.426"}
Error: cannot create store: minimum required postgres version is 10.0; found 9.426
Usage:
You also need to rebuild the container:
For example:
$ git pull $ git checkout <tag> $ docker-compose build $ docker-compose down $ docker-compose up -d --force-recreate
thanks @maxraab
Tag 5.32.1 has a deprecated issue. How can i fix it?
You can see here:
Starting mattermost
{"level":"error","ts":1614297839.995582,"caller":"commands/server.go:77","msg":"cannot create store: minimum required postgres version is 10.0; found 9.426"}
Error: cannot create store: minimum required postgres version is 10.0; found 9.426
Usage:
same issue as @nvjacobo noticed.
Summary
I update to latest version but I can not see latest version.
Steps to reproduce
Update
With a new installation this does not happen.