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 has been archived by the owner on May 20, 2022. It is now read-only.
I just tried upgrading from 5.31 and mattermost keeps restarting with the error:
Error: cannot create store: minimum required postgres version is 10.0; found 9.426
The db Dockerfile contains: FROM postgres:9.4-alpine
As I understand it, this means a manual backup and restore of the database, since the postgres container doesn't automatically upgrade data. I'm going to give it a go and report back here.
The text was updated successfully, but these errors were encountered:
I just tried upgrading from 5.31 and mattermost keeps restarting with the error:
Error: cannot create store: minimum required postgres version is 10.0; found 9.426
The db Dockerfile contains:
FROM postgres:9.4-alpine
As I understand it, this means a manual backup and restore of the database, since the postgres container doesn't automatically upgrade data. I'm going to give it a go and report back here.
The text was updated successfully, but these errors were encountered: