You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "kelechi2020 (via GitHub)" <gi...@apache.org> on 2023/07/10 10:45:56 UTC

[GitHub] [airflow] kelechi2020 commented on issue #32481: Can't locate revision identified by 'c804e5c76e3e'

kelechi2020 commented on issue #32481:
URL: https://github.com/apache/airflow/issues/32481#issuecomment-1628695137

   I was not able to reproduce same error using the specified apache and python versions.
   ```
   docker run -iqt --rm  apache/airflow:slim-2.6.2-python3.10 bash
   
   airflow@d8391d64a915:/opt/airflow$ airflow db upgrade
   DB: sqlite:////opt/airflow/airflow.db
   Performing upgrade with database sqlite:////opt/airflow/airflow.db
   [2023-07-10T10:43:13.952+0000] {migration.py:213} INFO - Context impl SQLiteImpl.
   [2023-07-10T10:43:13.952+0000] {migration.py:216} INFO - Will assume non-transactional DDL.
   [2023-07-10T10:43:13.953+0000] {migration.py:213} INFO - Context impl SQLiteImpl.
   [2023-07-10T10:43:13.953+0000] {migration.py:216} INFO - Will assume non-transactional DDL.
   INFO  [alembic.runtime.migration] Context impl SQLiteImpl.
   INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
   INFO  [alembic.runtime.migration] Running stamp_revision  -> c804e5c76e3e
   Upgrades done
   airflow@d8391d64a915:/opt/airflow$ airflow db check-migrations --migration-wait-timeout 60
   airflow@d8391d64a915:/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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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