XF 1.4 Can the command line upgrader time out?

Jaxel

Well-known member
Licensed customer
I am stuck on a command line upgrade
Code:
Running upgrade to 1.3.0 Alpha, step 8...
Its been stuck on this step for 10 minutes. Should I keep on waiting or restart?
 
You should keep waiting ideally. You can run SHOW PROCESSLIST; in MySQL to see specifically what it's doing.
 
Do you see anything in the process list in MySQL? (Make sure you run it as the user running the upgrade or as root.)

If not, you can kill the upgrader and try again.
 
Back
Top Bottom