chore(whitby): upgrade to PostgreSQL 16

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
This commit is contained in:
Vincent Ambo 2023-11-05 11:51:46 +03:00 committed by tazjin
parent e60478ae3c
commit 84a1e9e081

View file

@ -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