Skip to content

Commit 96ba948

Browse files
committed
Version 2.2.1
1 parent 295c5c8 commit 96ba948

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pg_probackup is a utility to manage backup and recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure. pg_probackup supports PostgreSQL 9.5 or higher.
44

5-
Current version - 2.2.0
5+
Current version - 2.2.1
66

77
1. [Synopsis](#synopsis)
88
2. [Versioning](#versioning)
@@ -572,7 +572,7 @@ To restore cluster on remote host see the section [Using pg_probackup in the Rem
572572
573573
#### Partial Restore
574574

575-
If you have enabled [partial restore](#setting-up-partial-restore) before taking backups, you can restore or exclude from restore the arbitraty number of specific databases using [partial restore options](#partial-restore-options) with the [restore](#restore) commands.
575+
If you have enabled [partial restore](#setting-up-partial-restore) before taking backups, you can restore or exclude from restore the arbitrary number of specific databases using [partial restore options](#partial-restore-options) with the [restore](#restore) commands.
576576

577577
To restore only one or more databases, run the restore command with the following options:
578578

src/pg_probackup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ typedef enum ShowFormat
205205
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
206206
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
207207
#define BLOCKNUM_INVALID (-1)
208-
#define PROGRAM_VERSION "2.2.0"
209-
#define AGENT_PROTOCOL_VERSION 20200
208+
#define PROGRAM_VERSION "2.2.1"
209+
#define AGENT_PROTOCOL_VERSION 20201
210210

211211

212212
typedef struct ConnectionOptions

tests/expected/option_version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.2.0
1+
pg_probackup 2.2.1

0 commit comments

Comments
 (0)