La migración de la base de datos se atasca con un valor enorme de un elemento "calendar-details" en la tabla "post_custom_fields"

Estimado Rafael,

Puedo confirmar que el plugin Discourse Calendar (and Event) ha sido efectivamente el culpable aquí, por lo que ajustaré el título de este post en consecuencia. Por si acaso, también comparto nuestra lista actual de plugins. Con estos plugins instalados (y discourse-calendar desactivado), la tarea de migración de la base de datos se completó sin problemas y el foro vuelve a estar operativo: 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

Muchas gracias, sigue así y un cordial saludo,
Andreas.

P.D.: ¿Cómo deberíamos proceder para presentar un informe de error contra discourse-calendar, si fuera apropiado?