Releases: Space48/magedbm2
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
2.0.1
2.0.0: Anonymised data exports
This new major release for magedbm2 includes the following:
- Removed dependency on n98-magerun
- Support the generation of an anonymised data export with the
exportandimportcommands (great for reproducing those bugs that need the data in your database, without jeopardising your sensitive customer data) - Add project-level configuration so you can ship a
.magedbm2.ymlfile with your project and add project-specific configuration in there
Magedbm for Magento 2 = Magedbm2
Since @bobbyshaw released Magedbm for Magento 1.x (https://github.com/meanbee/magedbm) back in 2015 it's become a critical tool in our processes for setting up development and staging environments. Now, thanks to a lot of work from @tgerulaitis, we've got a version for Magento 2.x!