We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61475a8 commit 8405a59Copy full SHA for 8405a59
backup.c
@@ -468,6 +468,8 @@ do_backup(void)
468
469
pgBackupValidate(¤t);
470
471
+ elog(INFO, "Backup %s completed", base36enc(current.start_time));
472
+
473
/*
474
* After successfil backup completion remove backups
475
* which are expired according to retention policies
pg_probackup.c
@@ -16,7 +16,7 @@
16
#include <time.h>
17
#include <sys/stat.h>
18
19
-const char *PROGRAM_VERSION = "1.1.6";
+const char *PROGRAM_VERSION = "1.1.7";
20
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
21
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
22
0 commit comments