mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-07 14:18:17 +02:00
Release 2.1.4
This commit is contained in:
parent
2a87440ca7
commit
bb6d32fd33
@ -2,7 +2,7 @@
|
||||
|
||||
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.
|
||||
|
||||
Current version - 2.1.3
|
||||
Current version - 2.1.4
|
||||
|
||||
1. [Synopsis](#synopsis)
|
||||
2. [Versioning](#versioning)
|
||||
|
@ -47,7 +47,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
|
||||
|
||||
## Current release
|
||||
|
||||
[2.1.3](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.3)
|
||||
[2.1.4](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.4)
|
||||
|
||||
## Installation and Setup
|
||||
### Windows Installation
|
||||
|
@ -188,8 +188,8 @@ typedef enum ShowFormat
|
||||
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
|
||||
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
|
||||
#define BLOCKNUM_INVALID (-1)
|
||||
#define PROGRAM_VERSION "2.1.3"
|
||||
#define AGENT_PROTOCOL_VERSION 20103
|
||||
#define PROGRAM_VERSION "2.1.4"
|
||||
#define AGENT_PROTOCOL_VERSION 20104
|
||||
|
||||
|
||||
typedef struct ConnectionOptions
|
||||
|
@ -1 +1 @@
|
||||
pg_probackup 2.1.3
|
||||
pg_probackup 2.1.4
|
Loading…
x
Reference in New Issue
Block a user