Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/22.4/source-build/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
1 change: 1 addition & 0 deletions src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down