How To Upgrade PostgreSQL installed from YUM
I have a bit different case with other tutorials as I use Postgres YUM repo to get extra extensions installed. My case here is to upgrade from version 16 to 17.
First, the usual installation:
PG=17
dnf -y install postgresql$PG-{server,contrib}
# Inst...
blog.wellosoft.net2 min read