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/monsoonis nowbackwork
1.3.0 - 2019-07-24
LOCAL_BACKUP_NUMBERto limit space used to store local backupsMINIMUM_FREE_SPACEto limit minimal space available on storage
1.2.0 - 2019-06-14
BACKUP_LOCAL_PATHS_EXCLUDEvariable to allow excluding paths for file backup
1.1.0 - 2019-05-24
- Added
backwork-upload-cosplugin 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_NETWORKto choose betweenpublicandprivatefor upload.
- Updated MySQL, Postgres, and MySQL modules.
- Updated Sentry Raven from
5.32.0to6.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.13to2.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
/backupsDocker volume
- Use
bashinstead ofash - Local backups go to
/backups, not/tmp
- Apply updates for
dbandncurses
- Name files
.gzrather than.gzipto avoidgunzipissues
- 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