Magento 2 – Tips

Magento 2 – Tips

Tip 1: Dump the database from Magento Cloud using N98

STEP 1:

magento-cloud tunnel:single -p {CLOUD_PROJECT_CODE} -e {CLOUD_ENVIRONMENT_CODE} -r database 

STEP 2:
Update the Project’s database configuration
STEP 3:
Enjoy:

php7.1 n98-magerun2.phar db:dump --strip="reporting_system_updates @log @stripped"

Leave a Reply

Your email address will not be published. Required fields are marked *