mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Release 2.1.4
This commit is contained in:
+1
-1
@@ -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.
|
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)
|
1. [Synopsis](#synopsis)
|
||||||
2. [Versioning](#versioning)
|
2. [Versioning](#versioning)
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
|
|||||||
|
|
||||||
## Current release
|
## 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
|
## Installation and Setup
|
||||||
### Windows Installation
|
### Windows Installation
|
||||||
|
|||||||
+2
-2
@@ -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 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 FILE_NOT_FOUND (-2) /* file disappeared during backup */
|
||||||
#define BLOCKNUM_INVALID (-1)
|
#define BLOCKNUM_INVALID (-1)
|
||||||
#define PROGRAM_VERSION "2.1.3"
|
#define PROGRAM_VERSION "2.1.4"
|
||||||
#define AGENT_PROTOCOL_VERSION 20103
|
#define AGENT_PROTOCOL_VERSION 20104
|
||||||
|
|
||||||
|
|
||||||
typedef struct ConnectionOptions
|
typedef struct ConnectionOptions
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
pg_probackup 2.1.3
|
pg_probackup 2.1.4
|
||||||
Reference in New Issue
Block a user