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:
parent
61475a8292
commit
8405a59a53
2
backup.c
2
backup.c
@ -468,6 +468,8 @@ do_backup(void)
|
||||
|
||||
pgBackupValidate(¤t);
|
||||
|
||||
elog(INFO, "Backup %s completed", base36enc(current.start_time));
|
||||
|
||||
/*
|
||||
* After successfil backup completion remove backups
|
||||
* which are expired according to retention policies
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user