Upgrading new master install? #7052
Unanswered
StormTrooper
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've had inventree running for a few years and now decided to install/migrate it to a new server as the old server is becoming flaky.
After a few days of tinkering around I've managed to get a bare metal install working using the install.sh script and using a local MySQL database. I installed the master version to match my old server so I can migrated.
This is now all working but before I cut over to the new server I want to make sure upgrades are running. This is where the problem comes in.
On the docs it says to upgrade run
git pull origin master
The problem is I can't find the folder where the install.sh cloned the repo.
If I run the above command in the /opt/inventree or /opt/inventree/src folder (logged in as inventree user) I get
fatal: not a git repository (or any of the parent directories): .git
This is the folder structure for /opt/inventree:
And /opt/inventree/src
Even more strange is if I list the inventree package it shows as:
ii inventree 0.13.0-1713244636.b3f6c8f5.focal amd64 Open Source Inventory Management System
However I'm running:
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions