Skip to content

Releases: Space48/magedbm2

Remove column-statistics

16 Mar 09:52

Choose a tag to compare

5.2.1

Remove column statistics

Version fix

27 Feb 16:13
d51e1e8

Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

Switch mysqldump to mariadb-dump

27 Feb 13:43
d709deb

Choose a tag to compare

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

16 May 14:14
e91efce

Choose a tag to compare

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

13 Dec 10:03
4bd982a

Choose a tag to compare

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

01 Apr 15:24
fe9e965

Choose a tag to compare

Backward incompatible config fixes and more

Release 4.0.0

09 Mar 10:25
b03b94c

Choose a tag to compare

PHP 8 compatibility

Shopware table group updates

11 Dec 16:41

Choose a tag to compare

Fixed

  • The s_core_customergroups* tables are no longer removed from when using the platform_shopware table group.

Changed

  • Additional tables that are not required for local development environments have been added to platform_shopware to minimmise database sizes.

3.0.0

17 Jan 15:19

Choose a tag to compare

Added

  • New command view-config to dump the current YAML configuration to stdout.
  • Added platform_shopware and platform_magento_one table groups because we're using this for more than just Magento 2.x!

Changed

  • BREAKING: Renamed tmp_dir configuration option to tmp-dir.
  • BREAKING: All MySQL interactions now use utf-8 as the default charset, potentially making backups created with an older versions unimportable. Use --download-only and import manually if you run into this or update on your server and put a new database backup.
  • The configure command 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-config option 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

18 Sep 16:06

Choose a tag to compare

Fixes:

  • The put command no longer performs Magento 2 discovery if the required database options are specified as command-line parameters
  • The admin table strip group no longer removes administrator roles, only users