Skip to content

Commit

Permalink
Try newer pysyncobj
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Feb 28, 2024
1 parent 2ba4129 commit 0b75f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0b75f97

Please sign in to comment.