-
-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues updating from 0.15.7 to 0.16.0-rc0 #8020
Comments
@vk2tds as a starting point please refer to these two docs links: |
Even I am getting The same error |
got the same problem, the stable branch at packager.io looks like the problem, even if i point direct to the 0.16.0 cant upgrade |
This looks similar to #7817 packager.io is broken. Can't upgrade past 0.15.7 |
@StormTrooper 0.16.0 has been build for over 3 days now |
Not an assumption. It might be build but it's still not seeing past 0.16.0-rc0
|
I wonder if apt is seeing 0.16.0-rc0 > 0.16.0 so it thinks rc0 is the latest.
|
Packager.io is not broken, the release can be seen through simple curl of the package repository. |
The problem is apt is seeing 0.16.0-RC0 greater than 0.16.0 so it always tries to upgrade to RC0. I fixed this by forcing the version:
However now I'm seeing similar issues as OP. Install fails and version stays on 0.15.7
|
I've done some digging and the initial failure is caused by the preinst script. Not sure if it's causing the install to completely fail, but is it a issue
On my build invoke doesn't have a 'clear-generated' command. |
We have released 0.16.1 - which should fix several upgrade issues. Please try updating using regular apt upgrade |
Thank you. Upgraded both my systems from 0.15.7 to 0.16.1 but in both cases I had to run Working fine after that. |
Hi All.. Thanks I have it working. My notes are as follows. This fixed the problem, although there were a couple of extra steps. I have documented them for completeness. Thanks for fixing this. I now have a working 0.16.1.
|
Running migrations should be done with |
Deployment Method
Steps to Reproduce
Describe the problem*
I have been having issues upgrading from 0.15.3 to 0.16.0. I have managed to upgrade as far as 0.15.7 by using
apt invoke inventree
to find the correct file to upgrade. This got me to 0.15.7, but I have not managed to get any further.The log files suggest two issues. I am not sure if the first issue is relevant.
The second says that CSRF_TRUSTED_ORIGINS is not set and suggests setting INVENTREE_SITE. Looking at /etc/inventree/config.d/other
Steps to Reproduce
apt upgrade inventree
Relevant log output
The text was updated successfully, but these errors were encountered: