Minor EDB Postgres Extended Server upgrade of RPM packages v17
If you used dnf
to install an RPM package of EDB Postgres Extended Server (on RHEL, AlmaLinux, Rocky Linux), use dnf
to perform a minor version upgrade of the packages.
Overview
Check for available updates with
dnf check-update
.Upgrade the EDB Postgres Extended Server packages with
dnf update
.Restart the server with
pg_ctl
.Verify the server version with psql.
Worked example
To list the package updates available for your system, open a command line, assume root privileges, and enter the command:
For example, if you want to upgrade to the latest minor version of EDB Postgres Extended Server 16, run: