Skip to content

Commit 8405a59

Browse files
committed
Add backup completed message. 1.1.7 is stable version
1 parent 61475a8 commit 8405a59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

backup.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ do_backup(void)
468468

469469
pgBackupValidate(&current);
470470

471+
elog(INFO, "Backup %s completed", base36enc(current.start_time));
472+
471473
/*
472474
* After successfil backup completion remove backups
473475
* which are expired according to retention policies

pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <time.h>
1717
#include <sys/stat.h>
1818

19-
const char *PROGRAM_VERSION = "1.1.6";
19+
const char *PROGRAM_VERSION = "1.1.7";
2020
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
2121
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
2222

0 commit comments

Comments
 (0)