All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for multiple PHP bin version on remote host
- Remote backup is deleted after retrieval to help detect any issues with the remote backup proceedure
- Started work on ini configuration for better option support
- Added sozo_imagify to the image directories ignored during image sync
- shini for future ini config usage
- Added localinstall for development testing
- Updated tables to drop when stripping content
- Added the
--all-tables
flag to the WordPress database backup as some tables were missed without it
- Reverted full WordPress regex find-replace as the domain is used in the main site config not the full url
- Database dump no includes the --no-tablespaces option to stop PROCESS provilege error. (Requires n98-magerun >4.3.0).
- WordPress backup now runs search-replace on remote host export.
- Magento database import now uses n98-magerun to import database.
- WordPress import now uses wp-cli to import database.
- Tidy up of unneeded variables.
- New flag to add prefix to sales orders, invoices, credit memos and shipments.
- Ability to change installed version when installing.
- Call to the site url changed and backup added.
- Added ignore tables option for the main config which is passed to n98-magerun2.
- Moved Magento commands over to individual file.
- Unified messaging throughout the app.
- Incorrect version in the installer.
- New fields for local file owner and group, and local shared directory
- Chown is now run for all transferred files.
- Theme files now regenerated.
- Added check for www in domains when replacing urls
- Updated some of the messaging to be more uniform.
- Starting to unify messages.
- URL switch for WordPress database.
- wordpress flag (disabled by default) to backup wordpress database and imagery.
- Now using n98 to backup WordPress database to improve speed of system.
- local-backup option (enabled by default)
- Updated some variables to stop clashing with other scripts.
- Fixed message spacing issue.
- Added version number to the menu help option.
- Added reminder to be in a Magento 2 directory before trying to run the command.
- Installation link was pointing to old version.
- Added menu option to allow full customer and order backups.
- Installer
- Example config file
- Changelog
- README.md includes more information
- Initial Release