Thank you for a fantastic resource. I am helping maintain an instance of Indico on a Rocky Linux server for a small conference. One of the conference organizers alerted me that they were unable to update the event homepage, with a “Something went wrong - There was a database error while processing your request” pop-up.
I checked /opt/indico/log/celery.log and found thousands of instances of the same error message including the following exception:
Traceback (most recent call last):
File "/opt/indico/.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1905, in _execute_context
self.dialect.do_execute(
File "/opt/indico/.venv/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 736, in do_execute
cursor.execute(statement, parameters)
psycopg2.errors.UndefinedTable: relation "plugin_livesync.agents" does not exist
LINE 2: FROM plugin_livesync.agents
However, I’m not certain this exception is related.
We recently did a minor version update to v3.2.9 when installing the plug-ins, which broke the site. A colleague of mine who administrates the server ran a database migration that seemed to resolve the issue. I’m guessing that we are running into residual migration issues but I’m not sure where to begin. Any tips greatly appreciated. I will continue to check the forum for possible dups.