Releases: clivewalkden/bash-magento2-db-sync
Releases · clivewalkden/bash-magento2-db-sync
Feature Release
Added
- 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
Changed
- Updated tables to drop when stripping content
Bug fix release
Changed
- Added the
--all-tables
flag to the WordPress database backup as some tables were missed without it
Bug fix release
Changed
- 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.