Hi Team,
I am getting error when taking backup of magento Database. Code & media backup are running fine.
Please help.
Thanks.
Solved! Go to Solution.
go to Stores>Configuration => Advanced>System and enable it in "Backup Setting"
try to export the tables and store through terminal
mysql -u [username] -p newdatabase < [database name].sql
I have the same problem! also since 2.2.7
Thanks
Hi,
Thanks for this solution - I have had the same issue. But when I go to store settings it says backup is disabled by default for security reasons.
Does this mean I should disable it again after making a backup? I am not sure why it is disabled.
Thanks for any help