It’s a few years old but the instructions are very clear. However I’m running into a dead end. When trying to setup the PostgreSQL I wasn’t able to create a database because I was getting an error saying the database was out of date
I tried updating the YAML from 15.1 to latest to the same result:
What happens when you just install :latest instead ?
I vaguely seem to remember that newer PostgreSQL version also need certain processor features on the docker host (so using a lower version could be worth a shot too)
If I change from image: postgres:15.1 to image: postgres:latest there’s no change. I can log into the admin but when i click on PostgreSQL in the nav on the side I get the error.
They expect 13.x, and maybe they just happened to support 11.x in 2023.
I have a vague recollection of 90s sysadmin where database software versions mattered, so try using a 13 tag instead of 15.1
Also I would combine postgres and mattermost into the same CS “application” unless you plan to run anything else using postgres13.x