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
Restoring the DB from core-data-2024-10-16.json fails with the following:
django.db.utils.IntegrityError: Problem installing fixtures:
The row in table 'codelists_codelistversion' with primary key '10' has an invalid foreign key:
codelists_codelistversion.coding_system_release_id contains a value '5'
that does not have a corresponding value in versioning_codingsystemrelease.id.
It also took nearly 1:45 to get this far.
real 102m26.526s
user 97m2.226s
sys 2m21.664s
Restoring the DB from a fixture is recommended for local development (#2088) and is, of course, necessary should the production DB become unusable. Should we temporarily disable integrity constraints when restoring the DB from a fixture?
The text was updated successfully, but these errors were encountered:
Restoring the DB from
core-data-2024-10-16.json
fails with the following:It also took nearly 1:45 to get this far.
Restoring the DB from a fixture is recommended for local development (#2088) and is, of course, necessary should the production DB become unusable. Should we temporarily disable integrity constraints when restoring the DB from a fixture?
The text was updated successfully, but these errors were encountered: