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 2020/12/21 18:04:08 UTC

[GitHub] [airflow] potiuk commented on issue #13205: "airflow upgradedb" succeeds but "airflow db upgrade" fails on 1.10.14

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


   I think you are somehow redirecting stderr and do not see what is being written there. This is the message printed to stderr when you run `arflow db upgrade`
   
   ```
   airflow db upgrade
   
   Please install apache-airflow-upgrade-check distribution from PyPI to perform upgrade checks
   
   root@88e40ae01f74:/opt/airflow# airflow db upgrade 2>/dev/null
   root@88e40ae01f74:/opt/airflow# 
   ```
   
   


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