nixos/postgresql: doc review

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Maximilian Bosch
2025-06-15 10:33:11 +02:00
committed by GitHub
parent e6cc23ba3f
commit 2a6405fb15

View File

@@ -22,11 +22,9 @@ To enable PostgreSQL, add the following to your {file}`configuration.nix`:
}
```
The default PostgreSQL version is approximately the latest major version available on the NixOS release
matching your [`system.stateVersion`](#opt-system.stateVersion).
The default PostgreSQL version is approximately the latest major version available on the NixOS release matching your [`system.stateVersion`](#opt-system.stateVersion).
This is because PostgreSQL upgrades require a manual migration process (see below).
Hence, upgrades must happen by setting [`services.postgresql.package`](#opt-services.postgresql.package)
explicitly.
Hence, upgrades must happen by setting [`services.postgresql.package`](#opt-services.postgresql.package) explicitly.
<!--
After running {command}`nixos-rebuild`, you can verify