Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Fix timescaledb single 0.3.22 release (#600)
Browse files Browse the repository at this point in the history
* Revert "Merge pull request #588 from timescale/update-semver-mathis"

This reverts commit dd4db38, reversing
changes made to 8484516.

* Fix helm release
  • Loading branch information
mathisve committed Mar 28, 2023
1 parent dd4db38 commit 7ded6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/timescaledb-single/scripts/pgbackrest_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if [ -f "${ENV_FILE}" ]; then
. "${ENV_FILE}"
fi


# PGBACKREST_BACKUP_ENABLED variable is passed in StatefulSet template
[ "${PGBACKREST_BACKUP_ENABLED}" = "true" ] || exit 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo "Sourcing ${ENV_FILE}"
. "${ENV_FILE}"
fi


# PGBACKREST_BACKUP_ENABLED variable is passed in StatefulSet template
[ "${PGBACKREST_BACKUP_ENABLED}" = "true" ] || exit 1

Expand Down

0 comments on commit 7ded6b6

Please sign in to comment.