How do I upgrade the postgres version to 17?
blarfoon
PROOP

a year ago

title says it

1 Replies

a year ago

postgres does not support direct version upgrades, so you would need to pg_dump 16 and pg_restore to 17, or do something with pg_upgrade


Welcome!

Sign in to your Railway account to join the conversation.

Loading...