Skip to content

Issue while upgrading #6641

Locked Answered by SchrodingersGat
oscgonfer asked this question in Q&A
Discussion options

You must be logged in to vote

@oscgonfer looks like the data migration is causing an issue here. It may be possible to get around this by specifying non atomic transactions

In part/migrations/0109_auto_20230517_1048.py try adding atomic = False to this class:

class Migration(migrations.Migration):

If the migration runs fine after this please let me know and we can run patch the migration file.

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@oscgonfer
Comment options

@SchrodingersGat
Comment options

@oscgonfer
Comment options

@SchrodingersGat
Comment options

Answer selected by oscgonfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
setup Relates to the InvenTree setup / installation process
3 participants