forked from CCCHH/nix-infra
Add and run script for upgrading PostgreSQL of netbox host
The script is a modified version of the script shown in the PostgreSQL Upgrading section of the NixOS manual. Our version is for upgrading PostgreSQL 14 to 15. Basically do steps 1-3 of the section. Link to the section: https://nixos.org/manual/nixos/stable/#module-services-postgres-upgrading
This commit is contained in:
parent
f9fc034556
commit
49f7ed8d60
2 changed files with 34 additions and 0 deletions
|
@ -6,5 +6,6 @@
|
|||
./netbox.nix
|
||||
./networking.nix
|
||||
./nginx.nix
|
||||
./postgresql.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue