Upgrade postgres

This commit is contained in:
Sandro - 2023-01-07 04:38:44 +01:00
parent 75e63ac17a
commit 8744b4dfe7
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ in
name = cfg.database.user;
ensurePermissions = { "DATABASE ${cfg.database.name}" = "ALL PRIVILEGES"; };
}];
package = pkgs.postgresql_11;
upgrade.stopServices = [ "httpd" ];
package = pkgs.postgresql_15;
upgrade.stopServices = [ "httpd" "phpfpm-mediawiki" ];
};
};