mage2click / docker-magento-mutagen

Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
https://mage2.click
MIT License
68 stars 9 forks source link

Fixed bin/setup/start to properly strip definers on db import #24

Closed davidalger closed 5 years ago

davidalger commented 5 years ago

Magento 2 users TRIGGERs and when they are created on a foreign environment often have DEFINERs with invalid local users. The solution to this is piping the import through sed to strip DEFINERs from comments. This change supports that.