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 9c367369..bc7e3dbd 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -16,6 +16,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Keep data containers alive to restart them only if a new image is pulled * Add new `pg-gvm-migrator` container for handling PostgreSQL major version changes * Fix typo in gvmd build for Fedora/Centos +* Upgrade PostgreSQL to v16 for Ubuntu ## 25.5.0 - 2025-05-30