Skip to content
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

Add documentation about index corruption #811

Merged
merged 7 commits into from
Nov 19, 2020

Conversation

ClearlyClaire
Copy link
Contributor

Add documentation about index corruption caused by changes in collation rules, and information on how to fix it.

Add documentation about index corruption caused by changes in collation rules, and information on how to fix it.
@ClearlyClaire ClearlyClaire changed the title [WiP] Add documentation about index corruption Add documentation about index corruption Sep 23, 2020
@ClearlyClaire ClearlyClaire marked this pull request as ready for review September 23, 2020 18:17
Meaningful case-folding operations are used within the database for hashtags, so do not recommend using `C`, which would cause issues with non-ASCII hashtags.
@ClearlyClaire
Copy link
Contributor Author

cc @Gargron

@Gargron Gargron merged commit 13cb610 into mastodon:master Nov 19, 2020
@Gargron
Copy link
Member

Gargron commented Nov 19, 2020

I merged this swiftly because of mastodon/mastodon#14860 (comment) but I'm still not 100% happy: The warning will appear always with no way to dismiss it (and we decided that using C or POSIX collation isn't actually a good idea either) and then "Am I affected?" makes you go through two checks if you are not affected, one of which requires downtime. I can sense justified sysadmin frustration coming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants