mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-02 13:36:08 +02:00
Version 2.0.14
- fixed race conditions in ptrack and page backups - fixed parallel ptrack backup interruption - added new backup state 'ORPHAN' which means that one of previous backups is corrupted
This commit is contained in:
parent
3d0fcdf9b0
commit
c981bf737f
@ -17,7 +17,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
const char *PROGRAM_VERSION = "2.0.13";
|
||||
const char *PROGRAM_VERSION = "2.0.14";
|
||||
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
|
||||
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
|
||||
|
||||
|
@ -1 +1 @@
|
||||
pg_probackup 2.0.13
|
||||
pg_probackup 2.0.14
|
Loading…
x
Reference in New Issue
Block a user