You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ The repository contains information for the last 5 releases of pgBackRest. If ne
8
8
9
9
Supported pgBackRest version tags:
10
10
11
-
*`2.54.0`, `latest`
11
+
*`2.54.1`, `latest`
12
+
*`2.54.1-alpine`
13
+
*`2.54.0`
12
14
*`2.54.0-alpine`
13
15
*`2.53.1`
14
16
*`2.53.1-alpine`
15
17
*`2.53`
16
18
*`2.53-alpine`
17
19
*`2.52.1`
18
20
*`2.52.1-alpine`
19
-
*`2.52`
20
-
*`2.52-alpine`
21
21
22
22
The repository also contains information for releases of pgBackRest fork with Greenplum support (see [pgbackrest/pull/1833](https://github.com/pgbackrest/pgbackrest/pull/1833)). Details - [build with Greenplum support](#build-with-greenplum-support).
23
23
@@ -83,10 +83,10 @@ docker run --rm pgbackrest:51 pgbackrest help
83
83
### Injecting inside
84
84
85
85
```bash
86
-
docker run --rm -it pgbackrest:2.54.0 bash
86
+
docker run --rm -it pgbackrest:2.54.1 bash
87
87
88
88
pgbackrest@cac1f58b56f2:/$ pgbackrest version
89
-
pgBackRest 2.54.0
89
+
pgBackRest 2.54.1
90
90
```
91
91
92
92
### Example for Dedicated Repository Host
@@ -102,7 +102,7 @@ docker run --rm \
102
102
-v ~/.ssh/id_rsa:/home/pgbackrest/.ssh/id_rsa \
103
103
-v /etc/pgbackrest:/etc/pgbackrest \
104
104
-v /var/lib/pgbackrest:/var/lib/pgbackrest \
105
-
pgbackrest:2.54.0 \
105
+
pgbackrest:2.54.1 \
106
106
pgbackrest backup --stanza demo --type full --log-level-console info
107
107
```
108
108
@@ -129,7 +129,7 @@ docker run --rm \
129
129
-v /etc/pgbackrest:/etc/pgbackrest \
130
130
-v /var/lib/pgbackrest:/var/lib/pgbackrest \
131
131
-v /tmp/pgbackrest:/tmp/pgbackrest \
132
-
pgbackrest:2.54.0 \
132
+
pgbackrest:2.54.1 \
133
133
pgbackrest backup --stanza demo --type full --log-level-console info
134
134
```
135
135
@@ -165,7 +165,7 @@ docker run -d \
165
165
-v /var/lib/pgbackrest:/var/lib/pgbackrest \
166
166
-p 8432:8432 \
167
167
--name backrest_server \
168
-
pgbackrest:2.54.0
168
+
pgbackrest:2.54.1
169
169
```
170
170
171
171
##### Run container with TLS server in background for pgBackRest execution over TLS
@@ -177,7 +177,7 @@ docker run --rm \
177
177
-e BACKREST_HOST_TYPE=tls \
178
178
-v /etc/pgbackrest:/etc/pgbackrest \
179
179
-v /var/lib/pgbackrest:/var/lib/pgbackrest \
180
-
pgbackrest:2.54.0 \
180
+
pgbackrest:2.54.1 \
181
181
pgbackrest backup --stanza demo --type full --log-level-console info
0 commit comments