Airflow 3 migration db clean #60516
Unanswered
r-magalhaes
asked this question in
General
Replies: 1 comment
-
|
Up to you. The clean recommendation is there in order to speed up the migration - you as Deployment Manager should choose how much of the old data is cleaned and which data you want to keep. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm in the process of upgrading from Airflow 2.x to Airflow 3.1.5 and I've followed the Airflow 3 Migration documentation and it left me a question. On the step where it says we should run a airflow db clean before actually upgrading, is there any particular table that needs to be cleaned or is it supposed to be a full clean?
My question comes because if it's a full clean then I lose dag run data that I have to keep.
I run Airflow in a Kubernetes cluster and deploy it via Helm Chart.
Beta Was this translation helpful? Give feedback.
All reactions