1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src
David Steele db17973cd0 Fix critical bug in resume that resulted in inconsistent backups.
A regression in v0.82 removed the timestamp comparison when deciding which files from the aborted backup to keep on resume. All resumed backups should be considered inconsistent. A resumed backup can be identified by checking the log for the message "aborted backup of same type exists, will be cleaned to remove invalid files and resumed".

Reported by David Youatt, Yogesh Sharma, Stephen Frost.
2018-07-03 14:01:57 -04:00
..
command Convert the not very portable uint type to unsigned int. 2018-06-14 17:59:10 -04:00
common Update primary test environment (Vagrant and Docker) to Ubuntu 18.04. 2018-06-06 15:52:28 -04:00
config Update primary test environment (Vagrant and Docker) to Ubuntu 18.04. 2018-06-06 15:52:28 -04:00
crypto Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00
perl Fix critical bug in resume that resulted in inconsistent backups. 2018-07-03 14:01:57 -04:00
postgres PostgreSQL 11 Beta 2 support. 2018-06-30 14:55:25 -04:00
storage Split log levels into separate header file. 2018-05-23 09:45:08 -04:00
main.c Print total runtime in milliseconds at command end. 2018-05-18 12:03:39 -04:00
Makefile Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00
version.h Begin v2.04 development. 2018-05-23 09:10:14 -04:00