Indico 3.3.3 problem after installing plugins

Hi to all

My installation of indico 3.3.3 is corrupted after indico db --all-plugins upgrade

I receive

Unexpected Exception occurred at conferences.uoa.gr: (psycopg2.errors.UndefinedColumn) column attachments.converted_from_id does not exist

indico.flask - ERROR errors.py:119 -- (psycopg2.errors.UndefinedColumn) column attachments.converted_from_id does not exist


I get also the following  :

indico db current -v
INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO  [alembic.runtime.migration] Will assume transactional DDL.
Current revision(s) for postgresql://indico:***@localhost:5434/indico:
Rev: 85f58503310c (head)
Parent: 16c9445951f4
Path: /data/indico3/.pyenv/versions/3.12.5/lib/python3.12/site-packages/indico/migrations/versions/20240530_1743_85f58503310c_fix_reset_revisions_author.py

    Fix reset revisions author

    Revision ID: 85f58503310c
    Revises: 16c9445951f4
    Create Date: 2024-05-30 17:43:01.306657



You cannot expect things to work on a 2-year-old version if you upgrade only some parts of it.

You must (also for security reasons) update to the latest 3.3.x version (currently v3.3.11).

However, if you already updated Indico, the error sounds like you simply forgot to run indico db upgrade to also apply the database migrations of the Indico core.