CHANGELOG.md
1.06 KB
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