Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.2.2
-
Fix Version/s: Short Term
-
Component/s: None
-
Labels:None
Description
Some people have been reporting issues with installing Blesta, and the issue has been related to 2 MySQL config values:
max_allowed_packet and wait_timeout
In limited testing, max_allowed_packet value of 16M or less resulted in a failed installation while running migrations, prior to writing the config. wait_timeout was set in this case also, to a value of 10. Increasing it to a value of 3600 and increasing max_allowed_packet to 128M resolved the issues and installation completed successfully.
Not sure what the minimum values should be, may require more testing to determine.
Issue Links
- is duplicated by
-
CORE-2625 Update installer to check value of mysql config settings
- Closed
The issue with max_allowed_packet and wait_timeout configuration settings are currently described in the docs @ https://docs.blesta.com/display/user/Installing+Blesta#InstallingBlesta-CommonInstallationIssues