Skip to content

Commit

Permalink
Update Snap
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Nov 23, 2023
1 parent 199e53b commit 6886874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Snap constants.
PGBACKREST_EXECUTABLE = "charmed-postgresql.pgbackrest"
POSTGRESQL_SNAP_NAME = "charmed-postgresql"
SNAP_PACKAGES = [(POSTGRESQL_SNAP_NAME, {"revision": "86"})]
SNAP_PACKAGES = [(POSTGRESQL_SNAP_NAME, {"revision": "88"})]

SNAP_COMMON_PATH = "/var/snap/charmed-postgresql/common"
SNAP_CURRENT_PATH = "/var/snap/charmed-postgresql/current"
Expand Down

0 comments on commit 6886874

Please sign in to comment.