V14 to V15 Restore Fails - Maximum execution time of 30 seconds exceeded

I’m uploading a backup to a new V15 system. The file loads to about 99.4% and the stops with an error screen indicating maximum execution time exceeded. Should I alter the backup from the V14 somehow?

echo 'max_execution_time = 360 ' > /etc/php.d/maxexec.ini
service httpd restart

This sets the max execution time to 360 seconds

Reverse this

rm /etc/php.d/maxexec.ini
service httpd restart
1 Like

Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.