Can't Upgrade From 4.7.2.sp2 - 4.7.3

I can't upgrade to 4.7.3 from 4.7.2.SP2.

It keeps getting stuck and keep showing install process screen with circle keep running.

I didn't have any issues updating before and nothing changed on the hosting settings.

Any idea on how to upgrade to new version or what's the problem is?

I can't upgrade to 4.7.3 from 4.7.2.SP2.

It keeps getting stuck and keep showing install process screen with circle keep running.

I didn't have any issues updating before and nothing changed on the hosting settings.

Any idea on how to upgrade to new version or what's the problem is?


Enable the error log in 'config.php' file. To do that, uncoment the lines 101 and 104 from:


//Uncomment to enable the developer tools: debugger, PHP and SQL loggers, etc.
//define('DEBUG_MODE', true);

//Uncomment to enable error reporting.
//define(‘DEVELOPMENT’, true);

to


//Uncomment to enable the developer tools: debugger, PHP and SQL loggers, etc.
define(‘DEBUG_MODE’, true);

//Uncomment to enable error reporting.
define(‘DEVELOPMENT’, true);


Then try the update again and check the error logs.

I found out what was the problem. I disabled the checking files and backup. After that I did the update and it went fine without any problem.

I think the backup is causing the problem when I'm updating because of the so many product pictures that I have on the site.

Thanks for your help!

Apparently it was timing out. That will be a server configuration issue.

The backup doesn't backup images. Just the core files and database.