Tutorial "Update PostgreSQL to the latest version" #862
Unanswered
solderdot72
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@solderdot72 this guide will be updated soon |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Referring to this tutorial: https://dawarich.app/docs/tutorials/update-postgresql
I wonder if this is still required or maybe not...?
I see that the line
image: postgres:14.2-alpine
is to be replaced with a lineimage: postgres:17-alpine
. However, in the current (v0.24.0)docker-compose.yml
there is a line which now readsimage: postgis/postgis:14-3.5-alpine
but there is nothing likeimage: postgres:14.2-alpine
.Further, I installed Dwaraich via Portainer, so to me the question is, how to do the DB update in a Portainer environment. Can anybody share that knowledge?
Beta Was this translation helpful? Give feedback.
All reactions