Upgrade db migration error from gitlab-ce 18.10.0 to 18.10.1
Hello, I encountered a migration issue while upgrading from 18.10.0-ce.0 to 18.10.1-ce.0. The table “slack_integrations_scopes_archived” is missing. Error during the GitLab upgrade: ``` Caused by: ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "slack_integrations_scopes_archived" does not exist LINE 13: INSERT INTO "slack_integrations_scopes_archived" (id, slack_… ``` [update.log](/uploads/8a1f259e7e38f5e9f1fe19889bd000d6/update.log) Currently, I have rolled back to version 18.10.0-ce.0. When I check the current (18.10.0-ce.0) migration, I can see: _sudo gitlab-rake db:migrate:status_ ```up 20260225213309 Drop slack integrations scopes archived table``` Do you have any suggestions/workround on how to resolve this issue or safely complete the upgrade?
issue