Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit bdb9521

Browse files
Fix incorrect name
1 parent e7f5a4c commit bdb9521

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Added the ability to use custom S3 compatible storage endpoints. Thanks & credit: @mwienk
1111
- Bumped Google Cloud SDK version to 285.0.1
1212
- Bumped Alpine Linux version to 3.11
13+
- Corrected log filenames that were not correctly updated as part of the v2.2.0 rename
14+
1315

1416
## [v2.2.0] - 28-11-2019
1517
### Implement GCS Backend, and rename to kubernetes-cloud-mysql-backup

resources/perform-backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ then
9696
/slack-alert.sh "One or more backups on database host $TARGET_DATABASE_HOST failed. The error details are included below:" "$logcontents"
9797
fi
9898

99-
echo -e "kubernetes-s3-mysql-backup encountered 1 or more errors. Exiting with status code 1."
99+
echo -e "kubernetes-cloud-mysql-backup encountered 1 or more errors. Exiting with status code 1."
100100
exit 1
101101

102102
else

0 commit comments

Comments
 (0)