feat: upgrade postgres & add update script
This commit is contained in:
parent
f5efff8653
commit
4858f01e31
3 changed files with 51 additions and 0 deletions
9
services/postgres/default.nix
Normal file
9
services/postgres/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Update `newPostgres` version, uncomment & run `upgrade-pg-cluster`. For details,
|
||||
# see https://nixos.org/manual/nixos/stable/#module-services-postgres-upgrading
|
||||
# imports = [ ./upgrade-pg-cluster.nix ];
|
||||
|
||||
services.postgresql.package = pkgs.postgresql_16;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue