Skip to content

Commit

Permalink
Merge pull request #8 from woblerr/switch_to_backrest_2_35
Browse files Browse the repository at this point in the history
Up pgBackRest version to 2.35 in docker image.
  • Loading branch information
woblerr authored Sep 8, 2021
2 parents fe402f8 + fecc9e1 commit 9793f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BACKREST_VERSION="2.34"
ARG BACKREST_VERSION="2.35"
ARG REPO_BUILD_TAG="unknown"

FROM golang:1.16-buster AS builder
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BRANCH=$(subst /,-,$(BRANCH_FULL))
GIT_REV=$(shell git describe --abbrev=7 --always)
SERVICE_CONF_DIR = /etc/systemd/system
HTTP_PORT = 9854
BACKREST_VERSION = 2.34
BACKREST_VERSION = 2.35
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ When flag `--verbose.info` is specified - WALMin and WALMax are added as metric
This creates new different time series on each WAL archiving.

### Building and running docker
By default, pgBackRest version is `2.34`. Another version can be specified via arguments.
By default, pgBackRest version is `2.35`. Another version can be specified via arguments.
For base image used [docker-pgbackrest](https://github.com/woblerr/docker-pgbackrest) image.

```bash
Expand Down

0 comments on commit 9793f6e

Please sign in to comment.