Skip to content

Commit 1ccf30c

Browse files
authored
Merge pull request #423 from github/enterprise-3.9-backport-417-add-error-msg-for-snapshots
Backport 417 for 3.9: add msg in the logs for skipping snapshots
2 parents 2daa6d7 + a195abd commit 1ccf30c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/ghe-backup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ if [ -z "$failures" ]; then
303303
ln -s "$GHE_SNAPSHOT_TIMESTAMP" "../current"
304304

305305
ghe-prune-snapshots
306+
else
307+
log_info "Skipping pruning snapshots, since some backups failed..."
306308
fi
307309

308310
END_TIME=$(date +%s)

0 commit comments

Comments
 (0)