This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
Releases: meanbee/magedbm
Releases · meanbee/magedbm
Compatibility with Signature v4
Releasing compatibility with Signature v4 authentication that's now required in some zones https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html
Bugfix release for getDetectSubfolders error
v1.5.1 Bugfix getDetectSubFolders error
Add support for triggers and sub routines
New Features:
- Add support for triggers and sub routines on
put
command
Improvements:
- PSR2 Styling fixes
- Add 1 decimal place on very small files
- Throw original exception message in addition to custom error message when dump fails to aid debugging.
Patch Release
Self-update, download only, and other minor optimisations
- #24 - Don't use db:dump from magerun, always use non-exec version within put command.
- #19 - Add drop table if exists around all exports
- #17 - Add a parameter to get command to download without importing
- #16 - ls command now returns list of available names if no name presented
- #14 - Add self-update command
- #9 - Reduce phar size by using box-project for building phar instead of phar-composer
Hotfix for non-exec database dump
v1.3.2 Hotfix for non-exec database export.
Fix for APC redeclare class error
v1.3.1 Merge branch 'hotfix/8-fatal-error-cannot-redeclare-class'
Protection against accidental import
Add confirmation question and --force option to database import to avoid accidental database import.
Bugfix php 5.3
- Assign to array before accessing.
- Specify php 5.3 in composer.json
Database maintenance and new configure options
Release notes:
- put command will now maintain latest 5 databases for project in S3 with options to override.
- Change configure to use options rather than arguments so there's more flexibility in setup.
- Bug fix constant definitions for php <5.6