All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- updated backwork-backup-mongo
- updated backwork-notifier-http
- support for backwork-notifier-http
gamora
/monsoon
is nowbackwork
1.3.0 - 2019-07-24
LOCAL_BACKUP_NUMBER
to limit space used to store local backupsMINIMUM_FREE_SPACE
to limit minimal space available on storage
1.2.0 - 2019-06-14
BACKUP_LOCAL_PATHS_EXCLUDE
variable to allow excluding paths for file backup
1.1.0 - 2019-05-24
- Added
backwork-upload-cos
plugin to upload backup files to IBM Cloud Object Storage
1.0.1 - 2018-04-06
- Fixed conflicting package version declarations.
1.0.0 - 2018-04-06
- New mandatory parameter:
SOFTLAYER_NETWORK
to choose betweenpublic
andprivate
for upload.
- Updated MySQL, Postgres, and MySQL modules.
- Updated Sentry Raven from
5.32.0
to6.6.0
- Fixed linter errors.
0.3.2 - 2017-12-20
- Made plugins fail with non-zero status for backup errors
- Bumped Python from
2.7.13
to2.7.14
- Switched to modern multi-stage build process
0.3.1 - 2017-07-17
- Also skip Softlayer upload if missing username or api key
0.3.0 - 2017-07-11
- PostgreSQL support
/backups
Docker volume
- Use
bash
instead ofash
- Local backups go to
/backups
, not/tmp
- Apply updates for
db
andncurses
- Name files
.gz
rather than.gzip
to avoidgunzip
issues
- You can skip backing up Mongo, MySQL, or files by not specifying Mongo host, MySQL host, or file paths
- Softlayer credentials are still required, and Sentry is still optional
- Wait for backups to complete
- OS package security updates
- Mongo, MySQL, and file backup
- Upload to Softlayer
- Travis CI for continuous integration