magedbm
magedbm copied to clipboard
💾 Magento 1.x Database Backup Manager
`rename()` can fail fail on line [`GetCommand.php:229`](https://github.com/meanbee/magedbm/blob/master/src/Meanbee/Magedbm/Command/GetCommand.php#L229) and there is no error handling for this method.
It would be cool if we could include project specific configurations in the `~/.magedbm/config` file. This would allow people to have the project installed globally and have specific project values...
We have now experienced the following issue twice: - Backups are in s3 - Run manual backup process with magedbm put from within docker container - Confirms succesful - Check...
Database dumps with store procedures or triggers contain their definer. When importing to another database where the definers might vary it causes issues. https://github.com/netz98/n98-magerun/issues/130 tackled the issue by piping a...
It'd be great to use `Symfony\Component\Console\Helper\ProgressBar` to report `put` and `get` progress in the console.
I'll just leave this here 😄
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...