forked from treehouse/mastodon
parent
d0fc69d721
commit
0bc909687a
|
@ -22,7 +22,7 @@ namespace :db do
|
||||||
unless %w(C POSIX).include?(ActiveRecord::Base.connection.select_one('SELECT datcollate FROM pg_database WHERE datname = current_database();')['datcollate'])
|
unless %w(C POSIX).include?(ActiveRecord::Base.connection.select_one('SELECT datcollate FROM pg_database WHERE datname = current_database();')['datcollate'])
|
||||||
warn <<~WARNING
|
warn <<~WARNING
|
||||||
Your database collation is susceptible to index corruption.
|
Your database collation is susceptible to index corruption.
|
||||||
(This warning does not indicate that index corruption has occured and can be ignored)
|
(This warning does not indicate that index corruption has occurred and can be ignored)
|
||||||
(To learn more, visit: https://docs.joinmastodon.org/admin/troubleshooting/index-corruption/)
|
(To learn more, visit: https://docs.joinmastodon.org/admin/troubleshooting/index-corruption/)
|
||||||
WARNING
|
WARNING
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue