テーブル「post_custom_fields」の「calendar-details」アイテムの巨大な値でデータベース移行が詰まる

ラファエルさん、

Discourse Calendar (and Event) のプラグインが確かに原因でしたので、この投稿のタイトルをそれに合わせて修正します。参考までに、現在のプラグインリストも共有します。これらのプラグインをインストールし(discourse-calendar は無効化)、データベース移行タスクは正常に完了し、フォーラムも再び稼働しています – https://community.panodata.org/。

  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-translator.git
          - git clone https://github.com/discourse/discourse-checklist.git
          - git clone https://github.com/discourse/discourse-assign.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-math.git
          - git clone https://github.com/angusmcleod/discourse-tickets.git
          - git clone https://github.com/angusmcleod/discourse-knowledge-base.git
          - git clone https://github.com/angusmcleod/discourse-locations.git
          - git clone https://github.com/discourse/discourse-footnote.git
          - git clone https://github.com/discourse/discourse-graphviz.git
          - git clone https://github.com/angusmcleod/discourse-custom-wizard.git
          - git clone https://github.com/discourse/discourse-sitemap.git
          - git clone https://github.com/angusmcleod/discourse-events.git

#          - git clone https://github.com/discourse/discourse-calendar.git

本当にありがとうございます。これからもその意欲を維持してください。敬具、
アンドレアス

追伸:もし適切であれば、discourse-calendar に対してバグ報告を行う場合、どのように進めるべきでしょうか?