1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

Add backup completed message. 1.1.7 is stable version

This commit is contained in:
Anastasia 2017-04-25 17:33:52 +03:00
parent 61475a8292
commit 8405a59a53
2 changed files with 3 additions and 1 deletions

View File

@ -468,6 +468,8 @@ do_backup(void)
pgBackupValidate(&current);
elog(INFO, "Backup %s completed", base36enc(current.start_time));
/*
* After successfil backup completion remove backups
* which are expired according to retention policies

View File

@ -16,7 +16,7 @@
#include <time.h>
#include <sys/stat.h>
const char *PROGRAM_VERSION = "1.1.6";
const char *PROGRAM_VERSION = "1.1.7";
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";