about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/machines/whitby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 32fe8c3dcc..a7f3392bed 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -435,7 +435,7 @@ in
   services.postgresql = {
     enable = true;
     enableTCPIP = true;
-    package = pkgs.postgresql_12;
+    package = pkgs.postgresql_16;
 
     authentication = lib.mkForce ''
       local all all trust