> For the complete documentation index, see [llms.txt](https://til.duyet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.duyet.net/data-engineering/apache-airflow/generate-offline-sql-upgrade-script.md).

# Generate offline SQL upgrade script

```bash
airflow db upgrade --show-sql-only --from-version 2.2.5 --to-version 2.3.0
```

Ref: <https://airflow.apache.org/docs/apache-airflow/2.3.0/usage-cli.html#upgrading-airflow>
