Releases: Space48/magedbm2
Remove column-statistics
5.2.1 Remove column statistics
Version fix
Switch mysqldump to mariadb-dump
What's Changed
mysqldump has been replaced with mariadb-dump, use lower version if mariadb-dump is not available
Added
Docker image and makefile commands to build .phar file
Changed
mysqldump to mariadb-dump to work with newer versions of MySQL and MariaDB.
Minimum requirement of php to be 8.1.
make build command to handle build and verify with docker installed and without;
Release 5.2.0
Added flags to mysqldump process so it work with newer defaults for MySQL (Backwards compatible because these flags have always existed, but have ew defaults in newer versions)
Release 5.1.0
Added Command Line only Support for SSL connections to the database. An optional parameter, db-ssl-ca, is now usable on commandline. Expects Path to SSL CA e.g. /etc/ssl/my-cert.pem
Release 5.0.0
Backward incompatible config fixes and more
Release 4.0.0
PHP 8 compatibility
Shopware table group updates
Fixed
- The
s_core_customergroups*tables are no longer removed from when using theplatform_shopwaretable group.
Changed
- Additional tables that are not required for local development environments have been added to
platform_shopwareto minimmise database sizes.
3.0.0
Added
- New command
view-configto dump the current YAML configuration to stdout. - Added
platform_shopwareandplatform_magento_onetable groups because we're using this for more than just Magento 2.x!
Changed
- BREAKING: Renamed
tmp_dirconfiguration option totmp-dir. - BREAKING: All MySQL interactions now use
utf-8as the default charset, potentially making backups created with an older versions unimportable. Use--download-onlyand import manually if you run into this or update on your server andputa new database backup. - The
configurecommand now presents the user will files to edit and a preview of the changes before writing to file. - Updated table groups from netz98/n98-magerun2 for Magento 2.x.
Fixed
- The
--project-configoption is now respected and the configuration file is loaded at the correct time. - The merging of indexed based configuration items (like adding new table groups) is now fixed.
2.0.2
Fixes:
- The
putcommand no longer performs Magento 2 discovery if the required database options are specified as command-line parameters - The
admintable strip group no longer removes administrator roles, only users