Skip to content

Commit

Permalink
Allow network access for pg_dump, pg_dumpall and pg_restore
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Oct 10, 2023
1 parent 0410d95 commit 52e68fa
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": "79"})]
SNAP_PACKAGES = [(POSTGRESQL_SNAP_NAME, {"revision": "85"})]

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

0 comments on commit 52e68fa

Please sign in to comment.