Skip to content

Releases: clivewalkden/bash-magento2-db-sync

Feature Release

06 Jan 12:07
Compare
Choose a tag to compare

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

21 Sep 18:59
Compare
Choose a tag to compare

Changed

  • Added the --all-tables flag to the WordPress database backup as some tables were missed without it

Bug fix release

30 Jul 15:59
Compare
Choose a tag to compare

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.