On 3/18/2022 at 10:52 AM, psauleda said:Hello everyone.
I am trying to upgrade from version 1.6 to 1.7 a prestashop with a database with more than 30 gigabytes.
I have installed the 1click update, and I have launched it by console with the cli-update.
The problem is that has been doing the backup for more than a week, and still not finished.
In the folder [shop]/[admin]/autoupgrade/backup/V1.6... there are many files with the extension .sql.bz2 but in total they barely occupy 1.2G. From there to compressing the rest of the database, it may take several more weeks...
In the github of the project ( https://github.com/PrestaShop/autoupgrade ) it mentions that there is an --action parameter to specify from which step of the process to start the upgrade, but it simply points to the code in githup: https://github .com/PrestaShop/autoupgrade/tree/dev/classes/TaskRunner/Upgrade
I haven't been able to find more documentation about this parameter, does anyone know how it works?
I'm working on a copy of the store, so I don't need the backup to roll-back if the upgrade fails.
Thanks in advance!
I'd suggest you to make a manual backup of your site and database, then install it on your local machine using xamp or wamp. Set almost no limits on the configs and then try to upgrade it. Also dont use BACKUP option during 1click upgrade, because as you saw it takes forever to finish doing backup. It will speed up upgrading process and you will have your backup anyway.