Upgrading 3.4.10 -> 3.7.4 whoes #15453
-
All, I'm trying to upgrade my local environment from 3.4.10 to 3.7.4 I've done these types of ugrades before, but this time I'm having an issue. OS: Ubuntu 22.04 Verified that apt package requirements are in place Fetched the tarball New version untared into /opt/netbox-3.7.4 Config files copied as of documentation The link /opt/netbox points to the new version So far so good, but running upgrade.sh yields an errror on xmlsec:
Surely I'm missing something here |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
I don't do Ubuntu but I run Debians. In my Debian 12 setup (using Python 3.11):
Why does it try to install/build Since the error is |
Beta Was this translation helpful? Give feedback.
-
Did you find a precise solution? I'm doing a new build of 3.7.4 on ubuntu and having the same issue. |
Beta Was this translation helpful? Give feedback.
I don't do Ubuntu but I run Debians. In my Debian 12 setup (using Python 3.11):
Why does it try to install/build
xmlsec
? I don't have it installed in my NetBoxes (except when I have the SAML pl…