Attempted to upgrade to 0.50.1 from 0.44.4 (throug...
# replication-ask-ai
w
Attempted to upgrade to 0.50.1 from 0.44.4 (through helm chart) but seems like the migration from the bootloader is giving issues - It’s complaining about missing columns. Anyone facing the same issue while upgrading?
Copy code
Caused by: org.jooq.exception.DataAccessException: SQL [alter table "schema_management" drop auto_propagation_status]; ERROR: column "auto_propagation_status" of relation "schema_management" does not exist
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the [Airbyte documentation](https://docs.airbyte.com) and [forum discussions](https://discuss.airbyte.io) for more information and support. Additionally, you can join the [Airbyte Slack community](https://airbytehq.slack.com) to ask for help from other users and the Airbyte team.
w
Resolved by just adding the column manually, since subsequent migration is dropping and recreating the column, not breaking any changes