Chaps, I’m moving servers and have noticed a problem when trying to restore from backup.
It seems to be related to the Events plugin. Here is the relevant bit of the log:
EXCEPTION: ERROR: relation “idx_events_connection_filter_column_value” already exists in schema “backup”
CONTEXT: SQL statement “ALTER TABLE public.discourse_events_integration_connection_filters SET SCHEMA backup;”
PL/pgSQL function inline_code_block line 11 at EXECUTE
I’ve aligned the plugins and the Discourse version before making the backup, but that doesn’t seem to make a difference.
Should I just discard the Events plugin for now? Or am I missing something obvious?