You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/29 07:13:45 UTC

[GitHub] [airflow] potiuk commented on issue #13317: ValueError: unsupported pickle protocol: 5

potiuk commented on issue #13317:
URL: https://github.com/apache/airflow/issues/13317#issuecomment-828995547


   Yeah. This might happen if you change airflow version or python for breeze as the database remains running between the invocations.to speed up the startup. Also the volumes for the db are preserved even if the db is restarted. That's why you needed to reset the db. 
   
   Another way to handle it is to run `breeze stop` which shuts down all the  databases and removes volumes. 
   
   PR to automatically reset the DB when Python or airflow version changes would be most welcome ;).


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org