Docker Development server setup issues #5280
Unanswered
CodingPupper3033
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello @CodingPupper3033 , I can only think of that you're using different databases or data is not mounted to a volume while importing testing data and running InvenTree. So you import the data to a other db than the one InvenTree uses if you run the server. So I would double check that. Additionally, did you know about the devcontainers, I really like how easy it is to set up a development environment with it and develop plugins. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again,
I am trying to create a development docker server of Inventree, following the steps here: https://docs.inventree.org/en/latest/start/docker_dev/
I am able to get the server to run, however, it is not importing the test data. I have tried both the quick start and the step-by-step guide multiple times. I can see a long list of "Applying item ..." during setup, which tells me that it is working, but logging in shows no default data.
I believe this article works, as I previously setup an instance with this guide, but I deleted the files and the dockers in an attempt to restart from scratch, as some of my testing messed up the server seemingly irrecoverably.
The only difference I can think of is maybe there was an update to Inventree, and maybe it broke something? My only other "hint" is that I used to be able to login with usr:"admin" pass:"inventree" and not invoke superuser, but now I need to invoke superuser.
Anyways, any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions