Magento – Magento backup taking too long

backupdatabase

So, I decided to make a database backup from the magento admin panel. But it´s taking too long and there´s no way to know if the backup is actually working or if it got stucked.
Is there a way to stop the process without losing data? I can´t access to any other admin panel utility or make any purchase on my store.

Best Answer

You can take a backup by commands.

mysqldump -u username -p dbname > db_dump.sql
Related Topic