-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Start Gitea 1.6.0 - MySQL/MariaDB Related #5413
Comments
I think I have the same or a similar issue: gitea.log (I tried to start it multiple times)
The xorm.log is too messy to find out the relevant entries since I've had to downgrade to 1.5.3 again and the instance is heavily used. |
I tried again and it worked now. I cannot tell why... |
Please feel free to reopen this. |
I was able to correct the issue by adding the following lines to
I'm not sure why those weren't already in there, but it's interesting that it didn't cause an issue for 1.5.3 but did for 1.6.0. Either way, successfully running 1.6.0 now without having to reinstall the database. Thanks again. |
@johnstonjs maybe some columns have too long length but it's an index. |
[x]
):Command line-
logs/gitea.log
Description
Gitea 1.5.3 is running flawlessly, though I originally had trouble initializing the MySQL database as documented in #2979. The workarounds described there were sufficient to run the v1.5 series of Gitea.
Attempting to upgrade to Gitea 1.6.0, the command line output stops at the
Log path
as shown above. The log filelogs/gitea.log
only shows the failure above. This appears related to #4663. I have attempted the workarounds documented there, including converting the tabletopic
to utf8 and setting row_format to dynamic. Neither of these workarounds resolved the issue.I can provide further info from MySQL if needed, but would appreciate guidance on specific commands to use to find the results requested. My experience with manipulating MySQL databases is limited (effectively zero).
There are no additional entries into
xorm.log
when attempting to run Gitea 1.6.0.v1.5.3 Log Output
When running Gitea 1.5.3, the following entries appear in
xorm.log
. They indicate issues with my MySQL database configuration, and so I thought they may be relevant.If there's further information I can provide too help with troubleshooting, please just let me know.
Thank you, again, for making such a fantastic tool.
The text was updated successfully, but these errors were encountered: