opf / openproject-docker-compose

Recipes to deploy OpenProject with Docker, Docker Compose, Kubernetes, etc.
181 stars 164 forks source link

Postgres version upgrade v10 => v13 #13

Closed jthomaschewski closed 2 years ago

jthomaschewski commented 3 years ago

The example docker-compose.yml still references a postgres v10 image: https://github.com/opf/openproject-deploy/blob/stable/12/compose/docker-compose.yml#L33 Is this intentional or WIP?

The compose upgrade guide doesn't mention anything right now as well: https://www.openproject.org/docs/installation-and-operations/misc/migration-to-postgresql13/#compose-based-docker-installation

Is docker-compose still a supported installation method?

machisuji commented 2 years ago

Thank you @jthomaschewski. I've updated the docker-compose.yml.

Docker-compose is certainly still supported. There are upgrade instructions for pg13 in this very repository. I have updated the docs accordingly. They will appear on the website with the next update.

machisuji commented 2 years ago

Closing this issue.