You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [v2.4.1] - 06-12-2020 - **DRAFT**
8
-
### Add missing Python six package
7
+
## [v2.5.0] - 06-12-2020
8
+
### Add missing Python six package and `BACKUP_CREATE_DATABASE_STATEMENT` configuration option
9
9
- Adds the missing Python [six](https://pypi.org/project/six/) package which was breaking awscli and removed the `py-pip` deletion step as this removes `six`
10
10
- Add the `BACKUP_CREATE_DATABASE_STATEMENT` configuration option. This explicitly sets the `--databases` flag in `mysqldump` which causes `mysqldump` to add `CREATE DATABASE /*!32312 IF NOT EXISTS*/` and `USE` statements into the dump.
0 commit comments