Replies: 1 comment 1 reply
-
Welp. I just tried it all again and now theres data. So I guess Im good. Time to implement regular backups..... |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Writing this as a discussion and not an issue since the problem is because of me and not the code base.
I had to do a rather hasty migration of my home labs vms and in my haste I just cold copied all the files from the vm running InvenTree instead of exporting or backing up the database. I was running the production docker instance from this guide. I installed a new ubuntu server vm, copied over the files as they were, tried to run docker compose up and kept getting db errors. So I ran the
docker compose run inventree-server invoke update
and now it works...but theres no parts, stock, or any data. Is there a way I can recover the data?Beta Was this translation helpful? Give feedback.
All reactions