Issue In Creating Database Backup From Admin Area

Hello,



I am using the Multi Vendor v 4.3.3.



I am trying to create a backup of the database in the Admin Area (Administration → Backup/Restore).



When I launch the backup process (Selected options: “Backup files” and “Backup Database Data”), the process seems to go in loop in "[color=#333333]Backing up data for: [/color]cscart_views"[color=#333333] [/color]phase and never ends.



Any suggestion to fix this issue?



Thank you very much.



Best,

Vins

Open the config.php file and replace:



define('DB_ROWS_PER_PASS', 40);




with



define('DB_ROWS_PER_PASS', 4000);




Then try to make a backup