Skip to content
Merged
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 @@ -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

Expand Down
Loading