Jump to content

Latest upgrade 4.7.6 problem


Trues
Go to solution Solved by Trues,

Recommended Posts

Hello,

I recently had to migrate my site to a new server as the old one didn't support PHP 8. The migration went fine but now when i try to run the upgrade, It either times out with a 50X page or I get this error.

Could contain: File, Webpage

 

Any help would be greatly appreciated.

Thanks,

MIke

Edited by Trues
Link to comment
Share on other sites

Please contact your hosting provider as this is a MySQL server issue. The UPDATE command on that table is taking longer than what you are allowing it to, thus you are getting a lock timeout.

 

Link to comment
Share on other sites

  • Solution
I made these changes to mysql and all is good now. Thanks again.

innodb_lock_wait_timeout=1200

innodb_file_per_table=1
innodb_buffer_pool_size = 12G
innodb_lock_wait_timeout = 200
innodb_log_file_size= 1600M
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...