mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nixos/postgresql: doc review
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user