diff --git a/src/22.4/source-build/postgres.md b/src/22.4/source-build/postgres.md index 01f2489e..7bcaf973 100644 --- a/src/22.4/source-build/postgres.md +++ b/src/22.4/source-build/postgres.md @@ -34,7 +34,7 @@ If necessary the PostgreSQL database server needs to be started manually .. code-block:: :caption: Starting the PostgreSQL database server - sudo systemctl start postgresql@14-main + sudo systemctl start postgresql@16-main .. tab:: Fedora/CentOS .. code-block:: diff --git a/src/changelog.md b/src/changelog.md index 058f410d..2590e724 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -17,6 +17,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Introduce a new gvm-config container that configures nginx and generates a self-signed TLS certificate. * Use https in the default setup. * Port 9392 now redirects to 443. +* Upgrade PostgreSQL to v16 for Ubuntu ## 26.2.0 - 2026-02-24