You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're hosting the docker.io/codecov/self-hosted-api container and we're not able to get past django.db.utils.ProgrammingError: relation "yaml_histor_ownerid_74e79b_idx" does not exist when migrations are ran.
I am running python manage.py makemigrations and python manage.py migrate to no avail.
The issue seems to be related to the yaml_histor_ownerid_74e79b_idx index not being created before it is referenced. Running specific migrations in order didn't resolve the issue. I am using Postgres version 14.12, and can confirm we are able to connect to the correct database.
The text was updated successfully, but these errors were encountered:
We're hosting the
docker.io/codecov/self-hosted-api
container and we're not able to get pastdjango.db.utils.ProgrammingError: relation "yaml_histor_ownerid_74e79b_idx" does not exist
when migrations are ran.I am running
python manage.py makemigrations
andpython manage.py migrate
to no avail.The issue seems to be related to the yaml_histor_ownerid_74e79b_idx index not being created before it is referenced. Running specific migrations in order didn't resolve the issue. I am using Postgres version 14.12, and can confirm we are able to connect to the correct database.
The text was updated successfully, but these errors were encountered: