If you are running Magento and you want to backup the database currently in use, you can execute inside a SSH shell:
~/bin/backup_mysql.php
The script will:
If you want to create a backup of your Magento 1.x database you can use n98-magerun, for example a development backup without customer data:
n98-magerun db:dump -c gzip --strip=@development ~/backup/db_dev.sql.gz
If you want to create a backup of your Magento 2.x database you can use n98-magerun2, for example a development backup without customer data: bash
n98-magerun2 db:dump -c gzip --strip=@development ~/backup/db_dev.sql.gz
Was dit artikel nuttig?
Dat is fantastisch!
Hartelijk dank voor uw beoordeling
Sorry dat we u niet konden helpen
Hartelijk dank voor uw beoordeling
Feedback verzonden
We stellen uw moeite op prijs en zullen proberen het artikel te verbeteren