From d6a15bfcd5ee4e1548e803406bd69d723ac3d2cd Mon Sep 17 00:00:00 2001 From: woblerr Date: Sat, 8 Jun 2024 13:04:00 +0300 Subject: [PATCH] Add pgBackRest v2.52 for Greenplum. Delete info about pgBackRest v2.45 with GPDB support. --- .github/workflows/build.yml | 2 +- Makefile | 4 ++-- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5acbf5..616ae39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - pgbackrest_version: ["2.45_arenadata3", "2.47_arenadata4", "2.50_arenadata4"] + pgbackrest_version: ["2.47_arenadata4", "2.50_arenadata4", "2.52_arenadata4"] env: download_url: "https://github.com/arenadata/pgbackrest/archive" steps: diff --git a/Makefile b/Makefile index 2d67981..928fbd1 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ BACKREST_VERSIONS = 2.48 2.49 2.50 2.51 2.52 TAG?=2.52 BACKREST_DOWNLOAD_URL = https://github.com/pgbackrest/pgbackrest/archive/release -BACKREST_GPDB_VERSIONS = 2.45_arenadata3 2.47_arenadata4 2.50_arenadata4 -TAG_GPDB?=2.50_arenadata4 +BACKREST_GPDB_VERSIONS = 2.47_arenadata4 2.50_arenadata4 2.52_arenadata4 +TAG_GPDB?=2.52_arenadata4 BACKREST_GPDB_DOWNLOAD_URL = https://github.com/arenadata/pgbackrest/archive BACKREST_COMP_VERSION?=v0.9 UID := $(shell id -u) diff --git a/README.md b/README.md index bd3d983..d200396 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ The repository also contains information for releases of pgBackRest fork with Gr The repository contains information for the last 3 releases of pgBackRest fork with Greenplum support. If necessary to use an older version - do a [manual build](#build). Supported pgBackRest version tags with Greenplum support: +* `2.52-gpdb` +* `2.52-gpdb-alpine` * `2.50-gpdb` * `2.50-gpdb-alpine` * `2.47-gpdb` * `2.47-gpdb-alpine` -* `2.45-gpdb` -* `2.45-gpdb-alpine` The image is based on the official ubuntu or alpine image. For ubuntu image each version of pgBackRest builds from the source code in a separate `builder` container. For alpine image each version of pgBackRest builds from the source code in container using virtual package `.backrest-build`. @@ -286,7 +286,7 @@ docker pull ghcr.io/woblerr/pgbackrest:tag-gpdb-alpine ### Run ```bash -docker run --rm pgbackrest:2.47-gpdb pgbackrest help +docker run --rm pgbackrest:2.52-gpdb pgbackrest help ``` ## Running tests