Installer Issues #7336
-
Hi everyone, Just a quick update to note that we are aware that there are some issues that users are experiencing with the package installer, causing difficulty installing or upgrading to the latest InvenTree version. The dev team is looking into this and we believe that we have a solution which we can push out shortly. Thanks everyone for your patience as we try to work though these issues. Distributing a software package is a complex task, and while we do put a lot of effort into ensuring the process is as painless as possible, sometimes it doesn't always go as planned. At this stage it looks like the docker and bare metal install procedures are not impacted. References
|
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 21 replies
-
Hope to get the resolution soon. Yesterday my work had to be completely stopped. If there is any option for a rollback do let me know. |
Beta Was this translation helpful? Give feedback.
-
A fix for this was released as 0.15.3. Depending on the installation method and age, the steps to fix the install issues vary:
If this is not working run |
Beta Was this translation helpful? Give feedback.
-
Getting the error when running
Receiving this error for all inventree run commands |
Beta Was this translation helpful? Give feedback.
-
To all users who are affected by the installer issues: a new release has just been made (https://github.com/inventree/InvenTree/releases/tag/0.15.3). You can track the status of the build here - https://packager.io/gh/inventree/InvenTree/builds/1944 - once that is complete, you can attempt the update again as per the instructions by @matmair above. |
Beta Was this translation helpful? Give feedback.
-
I upgraded my test server from 0.15.1 to 0.15.3 but the version info says 0.15.4?
Also upgraded another test server from 0.15.2 to 0.15.3 - same issue. Reports 0.15.4 Apart from that no other issues seen. This time DB migration worked where previously it didn't under #7345 |
Beta Was this translation helpful? Give feedback.
-
I can confirm that the 502 bad gateway problem also affects docker updates. |
Beta Was this translation helpful? Give feedback.
-
Pretty clear what is going on here:
As per our v0.14.0 update notes there was a breaking change to the configuration. You need to specify a value for |
Beta Was this translation helpful? Give feedback.
-
Most linked issues seem resolved/waiting for customer feedback. Closing and locking to prevent this from becoming a general installer support discussion. If you have trouble installing, you can read the install docs and open an issue using the dedicated install trouble template. |
Beta Was this translation helpful? Give feedback.
A fix for this was released as 0.15.3.
Depending on the installation method and age, the steps to fix the install issues vary:
sudo apt update && sudo apt upgrade
- the site should run againsudo apt update && sudo apt upgrade
sudo rm -rf /opt/inventree/env/ && export SETUP_EXTRA_PIP="psycopg2-binary pgcli inventree-droplet-plugin" && sudo apt install inventree --reinstall && sudo inventree run cli update
inventree config:set INVENTREE_SITE_URL=http://inventree.invenhost.com
- the instance will only answer on …