magedbm2
magedbm2 copied to clipboard
💾 A Database Backup Manager (originally designed for Magento 2.x)
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.0 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...
This is linked to the issue #38 I think this is simple modification to allow the same outcome of the feature without major modification to the `get` command implied in...
When pulling a database from production to a staging/dev environment you may want some tables to remain in place, such as admin user tables for example. An admin user table...
It came to light after a staging reset that there are a couple of tables that got excluded due to wildcards that we actually need the content from them. ```...
`s_core_customergroups*` is required otherwise the site will present an internal server error with something similar to ``` [02-Dec-2020 12:22:48 Europe/London] PHP Fatal error: Uncaught RuntimeException: Shop '{STORE NAME} (id: 1)'...
For an even cleaner database dump there are a few more tables we can exclude ``` s_customer_search_index s_emarketing_lastarticles s_emarketing_referer s_import_export_log s_import_export_session s_mail_* s_multi_edit_queue s_multi_edit_queue_articles s_statistics_* ```
Adds helper functions to check for a file or a project, so we can do so before using @punkstar , I'm not sure if we're merging into master or some...
**Steps to Reproduce** * `magedbm2 get projectthatdoesntexist` **Expected Outcome** An error saying 'projectthatdoesntexist' does not exist. **Actual Outcome** ``` Failed to download the backup file: Error executing "GetObject" on "https://yourbucketname.s3.eu-west-2.amazonaws.com/projectthatdoesntexist/";...