-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-RC4
-
None
At the moment, on larger boards, you can have the migration sitting for 40 minutes on this:
Installing Data: \phpbb\db\migration\data\v310\notification_options_reconvert; Time: 0.60 seconds
|
Installed Data: \phpbb\db\migration\data\v310\notification_options_reconvert; Time: 0.50 seconds
|
Installed Schema: \phpbb\db\migration\data\v310\plupload; Time: 0.03 seconds
|
Installed Data: \phpbb\db\migration\data\v310\plupload; Time: 0.03 seconds
|
Migration already effectively installed (skipped): \phpbb\db\migration\data\v310\signature_module_auth
|
And then output
Installed Schema: \phpbb\db\migration\data\v310\softdelete_p1; Time: 2375.15 seconds
|
It would be helpful to know what is currently being processed. Additionally, if possible, it would be great to occasionally receive a status update ("50 out of 150 processes completed"). Perhaps simply log the time the last status was displayed, and if it was more than 5 minutes ago, display another one.