I am currently working on migrating our self-managed GitLab instance to a new server, but restoring the backup on the new server is failing due to a database column rename that I guess never happened on our existing server. Both servers are running v17.10.3.
The error message I am seeing is -
ERROR: column application_settings.asset_proxy_whitelist does not exist
Looking at previous issues, it seems that this column was renamed at some point. I am not sure why our server didn’t get this change during the updates.
Is there anything I can do to resolve this issue?