Unverified Commit 2a6405fb authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

nixos/postgresql: doc review

parent e6cc23ba
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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