Skip to content

Commit

Permalink
Bump pgBackRest v2.52 with Greenplum support to v7.
Browse files Browse the repository at this point in the history
  • Loading branch information
woblerr committed Dec 18, 2024
1 parent 28ce10e commit e80bd83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pgbackrest_version: ["2.47_arenadata4", "2.50_arenadata4", "2.52_arenadata6"]
pgbackrest_version: ["2.47_arenadata4", "2.50_arenadata4", "2.52_arenadata7"]
env:
download_url: "https://github.com/arenadata/pgbackrest/archive"
steps:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ BACKREST_VERSIONS = 2.52.1 2.53 2.53.1 2.54.0 2.54.1
TAG?=2.54.1
TAG_MESON_BUILD=2.51
BACKREST_DOWNLOAD_URL = https://github.com/pgbackrest/pgbackrest/archive/release
BACKREST_GPDB_VERSIONS = 2.47_arenadata4 2.50_arenadata4 2.52_arenadata6
TAG_GPDB?=2.52_arenadata6
BACKREST_GPDB_VERSIONS = 2.47_arenadata4 2.50_arenadata4 2.52_arenadata7
TAG_GPDB?=2.52_arenadata7
BACKREST_GPDB_DOWNLOAD_URL = https://github.com/arenadata/pgbackrest/archive
BACKREST_COMP_VERSION?=v0.9
UID := $(shell id -u)
Expand Down

0 comments on commit e80bd83

Please sign in to comment.