marvinfretly commented on issue #26931:
URL: https://github.com/apache/airflow/issues/26931#issuecomment-1275783602

   In case you want to downgrade to an older version:
   
   1. Go inside your container using `docker exec -it <container_name> bash`
   2. execute this: airflow db downgrade --to-revision <revision_id>
   3. Downgrade airflow version on your dockerfile
   [Reference for Database 
Migrations](https://airflow.apache.org/docs/apache-airflow/stable/migrations-ref.html?highlight=migration)
 (Revision id). 
   
   That's it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to