参考までにエラーをご紹介
そんで
https://docs.joinmastodon.org/admin/troubleshooting/index-corruption/
を参考に
RAILS_ENV=production tootctl maintenance fix-duplicates
をやったらtootctlなんてコマンドはねえと怒られ…そりゃそうだ。今は
RAILS_ENV=production bundle exec bin/tootctl maintenance fix-duplicates
参考までにエラーをご紹介
StandardError: An error has occurred, all later migrations canceled:
The index `index_conversations_on_uri` seems to be corrupted, it contains duplicate rows. For information on how to fix this, see our documentation: https://docs.joinmastodon.org/admin/troubleshooting/index-corruption/
Caused by:
Mastodon::MigrationHelpers::CorruptionError: The index `index_conversations_on_uri` seems to be corrupted, it contains duplicate rows. For information on how to fix this, see our documentation: https://docs.joinmastodon.org/admin/troubleshooting/index-corruption/