From 0efc98bb10c3d1d7a6230b16e0e6caea0db16160 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 3 Mar 2024 01:37:10 +0100 Subject: [PATCH] Bump psql version on zoldene --- deploy/flake.lock | 4 ++-- flake.lock | 4 ++-- flakes/flake.lock | 2 +- systems/zoldene/logging.nix | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/flake.lock b/deploy/flake.lock index 984a670..e469f5a 100644 --- a/deploy/flake.lock +++ b/deploy/flake.lock @@ -2783,7 +2783,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-BSLDSxgA1/hX6EBS+dDIlBB3ogb3d8hP6gLNb99Z/oo=", + "narHash": "sha256-MC76gRRjkPwqZjcPsDrZiVYqUBdRNAeA6bUx6Ru5cWc=", "path": "../flakes", "type": "path" }, @@ -3974,7 +3974,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=", + "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=", "path": "../systems/zoldene", "type": "path" }, diff --git a/flake.lock b/flake.lock index af87a2a..5a03366 100644 --- a/flake.lock +++ b/flake.lock @@ -2664,7 +2664,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-BSLDSxgA1/hX6EBS+dDIlBB3ogb3d8hP6gLNb99Z/oo=", + "narHash": "sha256-MC76gRRjkPwqZjcPsDrZiVYqUBdRNAeA6bUx6Ru5cWc=", "path": "./flakes", "type": "path" }, @@ -3990,7 +3990,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=", + "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=", "path": "../systems/zoldene", "type": "path" }, diff --git a/flakes/flake.lock b/flakes/flake.lock index 53e0808..5eb06c6 100644 --- a/flakes/flake.lock +++ b/flakes/flake.lock @@ -3895,7 +3895,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=", + "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=", "path": "../systems/zoldene", "type": "path" }, diff --git a/systems/zoldene/logging.nix b/systems/zoldene/logging.nix index b5f1e16..a0f8c9d 100644 --- a/systems/zoldene/logging.nix +++ b/systems/zoldene/logging.nix @@ -35,7 +35,7 @@ let }; }; yamlFormat = pkgs.formats.yaml {}; - psqlVersion = pkgs.postgresql_13.psqlSchema; + psqlVersion = pkgs.postgresql_16.psqlSchema; in { disko.devices.zpool.zfast.datasets."root/persist/var/lib/loki" = @@ -112,7 +112,7 @@ in }; services.postgresql = { enable = true; - package = pkgs.postgresql_13; + package = pkgs.postgresql_16; ensureDatabases = [ "fluentbit" ]; ensureUsers = [ { -- 2.41.0