zachliu commented on issue #23453:
URL: https://github.com/apache/airflow/issues/23453#issuecomment-1117678380
i'm using postgresql 12.4 docker image and i was not able to reproduce this:
1. spin up the containers (webserver, worker, scheduler, postgres, redis)
2. `docker exec -it` into the webserver container
3. execute these 3 commands:
```
airflow db downgrade --to-revision 587bdf053233
airflow users create -f Test -l User -u test_user -r Public -e
[email protected] --use-random-password
airflow db upgrade
```
4. got no error
but i was able to reproduce it using `SQLite` :grin:
--
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]