Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Releases: meanbee/magedbm

Compatibility with Signature v4

09 Jul 09:06
e08deb8
Compare
Choose a tag to compare

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

Thanks to @punkstar for this #56.

Bugfix release for getDetectSubfolders error

21 Feb 09:00
Compare
Choose a tag to compare
v1.5.1

Bugfix getDetectSubFolders error

Add support for triggers and sub routines

15 Feb 20:40
Compare
Choose a tag to compare

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

16 Mar 10:14
Compare
Choose a tag to compare

#28 Now removes triggers from Magento Enterprise database backups to avoid import issues.
#29 You can now have client names hypenated variations without them being accidentally cleaned up.
#30 More checks around if moving file was successful when performing a download-only get request.

Self-update, download only, and other minor optimisations

18 Dec 12:23
Compare
Choose a tag to compare
  • #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

03 Nov 15:47
Compare
Choose a tag to compare
v1.3.2

Hotfix for non-exec database export.

Fix for APC redeclare class error

09 Oct 08:49
Compare
Choose a tag to compare
v1.3.1

Merge branch 'hotfix/8-fatal-error-cannot-redeclare-class'

Protection against accidental import

29 Sep 08:02
Compare
Choose a tag to compare

Add confirmation question and --force option to database import to avoid accidental database import.

Bugfix php 5.3

24 Sep 10:03
Compare
Choose a tag to compare
  • Assign to array before accessing.
  • Specify php 5.3 in composer.json

Database maintenance and new configure options

24 Sep 08:00
Compare
Choose a tag to compare

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