magedbm icon indicating copy to clipboard operation
magedbm copied to clipboard

Remove magerun dependency

Open bobbyshaw opened this issue 10 years ago • 2 comments

We built magedbm on top of Magerun for speed of development. To reduce dependencies we could re-implement the small portion of magerun that we use:

  • Find magento application root
  • Reading app/etc/local.xml file to get database credentials.
  • Database dump with mysql exec (we've already integrated a PHP alternative when exec isn't available.

bobbyshaw avatar Oct 09 '15 08:10 bobbyshaw

This is a low priority.

bobbyshaw avatar Dec 18 '15 09:12 bobbyshaw

The first two bullet points could be achieved with https://github.com/meanbee/libmageconf these days.

punkstar avatar Sep 20 '16 12:09 punkstar