zappallot commented on issue #14262:
URL: https://github.com/apache/airflow/issues/14262#issuecomment-781336070
As a workaround, I used the upgrade.yml like described in the documentation
and ignored the db check.
`airflow upgrade_check --config files/upgrade.yml`
upgrade.yml content:
```
---
ignored_rules:
- DatabaseVersionCheckRule
- LoggingConfigurationRule
- PodTemplateFileRule
...
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]