Issue #8925
Updated by mdepaulo@redhat.com over 3 years ago
During database migrations:
```
File "/usr/local/lib/pulp/lib/python3.7/site-packages/django/db/backends/postgresql/utils.py", line 6, in utc_tzinfo_factory
raise AssertionError("database connection isn't set to UTC")
AssertionError: database connection isn't set to UTC
```
https://github.com/psycopg/psycopg2/issues/1293
It happens with 2.9 and 2.9.1.
Presumably 2.9.2 will fix it, many projects are affected.