CHANGELOG.md
1.61 KB
0.5.1 - 2016-12-13
Changed
- Attributes :bak_filename and :bak_maxcopies are now optional in the 'db_map' specifications. ### Added
- Node attribute node['cfe-mariadb']['reload']['force'] will now override idempotent run for recipe 'reload_from_s3' if set to true.
0.5.0
Added
- Add boolean attributes ':backup' and ':reload' to db_map. They give the option of whether or not to include that database when using the 'backup2s3' and 'reload_from_s3' recipes, respectively.
- Use a timestamp file for idempotency checks for recipe 'reload_from_s3'.
0.4.1
Fixed
- Logic bug in backup script template where only the last database gets backed up.
- Update outdated attributes in README.
0.4.0
Fixed
- Install
mariadb::client
first, before doingmariadb::default
. Otherswise, it might error out. - Fixed recipes to account for the above change, including
reload_from_s3
. - Backup script now properly compresses the file before encrypting it.
Changed
- Optimized certain variables and recipt for better understandability. Some variables are now incompatible with previous versions.
0.3.1
Use encoding utf8 and collation utf8_general_ci as defaults when creating databases
0.3.0
Add encryption to DB backups.
0.2.2
Separated the recipe for loading the schema and user initially.
0.2.1
Recipe reload_from_s3 now properly downloads a .gz file, instead of .tar.gz.
0.2.0
Use MariaDB 10.0
0.1.3
Add open_files_limit default, set to 19000
0.1.2
Fix default recipe bug where db_map attribute stays empty
0.1.1
Add the needed recipe reload_from_s3
0.1.0
Initial release of cfe-mariadb