Wiki database connection broken #82
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The wiki went down at ~9am this morning and showed an error page that said it couldn't access the database.
It took me quite a while to find the cause, which was that unattended-upgrades updated all the mysql packages this morning, which immediately broke the wiki. I was able to roll all packages back to their previous version in order to get the wiki working again.
I then added configs for pinning those package versions until we've figured out what the problem is with upgrading them. (I guess a server restart into the new kernel might be the solution). See
/etc/apt/preferences.d/
for those config files.