- Add option 'extraParams' for database's config
- Support for auto wiring
BackupManager
- Removed extra forward slash on DSN path.
- "endpoint" option to AwsS3
- RestoreCommand must return int
- Updated to version 2 of nyholm/dsn
- Support for Symfony 5
- Removed support for PHP < 7.3
- Support for Google cloud storage
- Support for Symfony 5
- Removed support for PHP < 7.2
- Removed support Symfony < 3.4
- Fixed root node deprecation in symfony/config > 4.1
- Adds support for the Backblaze B2 Cloud Storage
- Fixed bug that made DropboxV2 config unavailable.
- Support for environment variables in the config.
- Allow to only use "dsn" without configure "type".
- Add better error message when both "dsn" and "type" is missing.
- Support for providing a DSN string.
- Support for configure MySQL database with "singleTransaction" and "ssl"
- Issue with Symfony 3.2 where commands were private.
- Issue with Symfony 3.2 because
scalarPrototype
was not defined.
The 2.0.0 release is just a technical BC break. We removed all adapters from the composer.json. So you need to re-add the adapters you were using.
- Added support for Symfony 4.
- Added tests
- Support for many storage names with the same type.
- Added commands for backup and restore
- Support for
ignoreTables
on MySQL databases. - Added config
output_file_prefix
. - Support for DropboxV2
- You have to
composer require
for the adapter you want to use. Nothing is included by default. - The storage and database type is case-sensitive.
- Support for Symfony < 2.7.
Support for Symfony 3.1.
First release.