Airflow server upgrade from version 1.7 to 1.10 in RHEL 7.7

Hi all

I have RHEL 7.7 server which has Python 2.7 and Airflow 1.7 installed.

My requirement is to upgrade the airflow version from 1.7 to 1.10(Latest version).

Can someone let me know the detailed steps on how to upgrade airflow version without any issues.

Hi @snalband- Welcome to our community!

Just to get some more information- which Airflow version specifically would you like to upgrade to? You can find a list of available distributions of Astronomer Certified for download here.

Further, how are you currently installing that Airflow package (ie. pip? docker image?) and what type of database are you on?

Hi @pete

I want to upgrade to 1.10.10 from 1.7.0 airflow version.
I am using pip to upgrade the airflow package.
I am using MySQL Database for Airflow.