about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-11-05T08·51+0300
committertazjin <tazjin@tvl.su>2023-11-05T09·16+0000
commit84a1e9e081e6536d76c28d8391abbc13f8cc158e (patch)
tree17ca8ca2bc0968aa3a06ca493f9040cdca744372 /ops
parente60478ae3c22665eadfe7ae0bf210737e661a520 (diff)
chore(whitby): upgrade to PostgreSQL 16 r/6943
Relates to b/330

Change-Id: If5ef3e999511754e6eb69a4c0a44e6eed21b56b5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9949
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-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