From 0b75f970823a51673dbadd0cdcefad574a69f5b1 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Tue, 27 Feb 2024 16:17:44 +0200 Subject: [PATCH] Try newer pysyncobj --- src/constants.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 4e248a4992..87feaf8331 100644 --- a/src/constants.py +++ b/src/constants.py @@ -33,7 +33,10 @@ PGBACKREST_EXECUTABLE = "charmed-postgresql.pgbackrest" POSTGRESQL_SNAP_NAME = "charmed-postgresql" SNAP_PACKAGES = [ - (POSTGRESQL_SNAP_NAME, {"revision": {"aarch64": "97", "x86_64": "98"}, "channel": "14/stable"}) + ( + POSTGRESQL_SNAP_NAME, + {"revision": {"aarch64": "97", "x86_64": "101"}, "channel": "14/stable"}, + ) ] SNAP_COMMON_PATH = "/var/snap/charmed-postgresql/common"