This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 5376179c45a Update upgrading_to_airflow3.rst (#50632)
5376179c45a is described below

commit 5376179c45ad609edc8af3d8c3a94728218b6320
Author: Sunah Park <[email protected]>
AuthorDate: Thu May 15 00:57:46 2025 -0400

    Update upgrading_to_airflow3.rst (#50632)
    
    Fix a typo
---
 airflow-core/docs/installation/upgrading_to_airflow3.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/docs/installation/upgrading_to_airflow3.rst 
b/airflow-core/docs/installation/upgrading_to_airflow3.rst
index abba464c937..f8f932f5476 100644
--- a/airflow-core/docs/installation/upgrading_to_airflow3.rst
+++ b/airflow-core/docs/installation/upgrading_to_airflow3.rst
@@ -42,7 +42,7 @@ Step 2: Clean and back up your existing Airflow Instance
   You can use the ``airflow db clean`` :ref:`Airflow CLI 
command<cli-db-clean>` to trim your Airflow database.
 
 - Ensure that there are no errors related to dag processing, such as 
``AirflowDagDuplicatedIdException``.  You should
-  be able to run ``airflow dags reserialize`` with no errors.  If you have 
have to resolve errors from dag processing,
+  be able to run ``airflow dags reserialize`` with no errors.  If you have to 
resolve errors from dag processing,
   ensure you deploy your changes to your old instance prior to upgrade, and 
wait until your dags have all been reprocessed
   (and all errors gone) before you proceed with upgrade.
 

Reply via email to