バックアップからの復元が失敗:Postgres インデックスの作成に失敗

わあ、アップグレードプロセスでこれらの問題のいくつかが解消できたら本当にいいですね!

そこで、データエクスプローラープラグインをインストールし、incoming_referers インデックスを少し探り、以下のクエリでリストされた他のインデックスを削除しました。

しかし、まだ以下のエラーが出ます:

discourse=# REINDEX SCHEMA CONCURRENTLY public;
WARNING:  cannot reindex invalid index "pg_toast.pg_toast_19337_index_ccnew" concurrently, skipping
WARNING:  cannot reindex invalid index "pg_toast.pg_toast_19337_index_ccnew1" concurrently, skipping

これらは削除したくても削除できません!

# drop index pg_toast_19337_index_ccnew1;
ERROR:  index "pg_toast_19337_index_ccnew1" does not exist