Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8405a59

Browse files
committed
Add backup completed message. 1.1.7 is stable version
1 parent61475a8 commit8405a59

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-
constchar*PROGRAM_VERSION="1.1.6";
19+
constchar*PROGRAM_VERSION="1.1.7";
2020
constchar*PROGRAM_URL="https://github.com/postgrespro/pg_probackup";
2121
constchar*PROGRAM_EMAIL="https://github.com/postgrespro/pg_probackup/issues";
2222

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp