Content
You are here:
How to upgrade Postgres 10 to 13 in 'Compose-based Docker installation'?
Added by Dev User about 3 years ago
Hi.
I tried to look for instructions here: https://www.openproject.org/docs/installation-and-operations/misc/migration-to-postgresql13/#compose-based-docker-installation, but couldn't any specific ones.
So, in the compose file, i tried changing:
services:
db:
image: postgres:10
to:
services:
db:
image: postgres
But that broke my installation, so i reverted back.
Would appreciate any specific instructions/advise regarding this!
Thanks,
Replies (1)
Kindly let me know if there's some other corresponding documentation for this.