Skip to content

Commit

Permalink
More detailed guidance on upgrading airflow.
Browse files Browse the repository at this point in the history
Signed-off-by: merobi-hub <[email protected]>
  • Loading branch information
merobi-hub committed Jun 13, 2024
1 parent 04c7024 commit b37c5cc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ when you choose to upgrade airflow via their UI.
How to upgrade
==============

Reinstall Apache Airflow™, specifying the desired new version. For example, in the case of a
bootstrapped local instance, this can be accomplished easily by exporting three environment variables
and running a single command. For more details, see the `Quick Start` :doc:`/start`.

In order to manually migrate the database you should run the ``airflow db migrate`` command in your
environment. It can be run either in your virtual environment or in the containers that give
you access to Airflow ``CLI`` :doc:`/howto/usage-cli` and the database.
Expand Down

0 comments on commit b37c5cc

Please sign in to comment.