22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-02 14:29:23 +02:00

postgres: fix instructions

This commit is contained in:
Sandro - 2023-09-19 17:32:42 +02:00
parent 11ba045fdc
commit 72e122cc74
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -72,7 +72,7 @@ in
Run the following commands after setting:
services.postgresql.package = pkgs.postgresql_${cfgu.newPackage}
services.postgresql.package = pkgs.postgresql_${lib.versions.major cfgu.newPackage.version}
sudo -u postgres vacuumdb --all --analyze-in-stages
${newData}/delete_old_cluster.sh
"