This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 61367fc69f876ab3557525b23edbe07141a4201a Author: Jed Cunningham <[email protected]> AuthorDate: Fri Jan 19 16:58:23 2024 -0700 Link to release notes in the upgrade docs (#36923) (cherry picked from commit cad8ab31bff542f0a02727e7bafe87b275feceb2) --- docs/apache-airflow/installation/upgrading.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/apache-airflow/installation/upgrading.rst b/docs/apache-airflow/installation/upgrading.rst index 6328e887b0..8fc99d7475 100644 --- a/docs/apache-airflow/installation/upgrading.rst +++ b/docs/apache-airflow/installation/upgrading.rst @@ -25,6 +25,11 @@ Newer Airflow versions can contain database migrations so you must run ``airflow to migrate your database with the schema changes in the Airflow version you are upgrading to. Don't worry, it's safe to run even if there are no migrations to perform. +What are the changes between Airflow version x and y? +===================================================== + +The :doc:`release notes <../release_notes>` lists the changes that were included in any given Airflow release. + Upgrade preparation - make a backup of DB =========================================
