-
Hi, I am relatively new to NetBox and have inherited a 2.7.8 release. On top of this the OS much to my dismay is currently on Ubuntu 19.10 - sudo apt update won't work anymore :) I attempted:
While there were quite a few things that tripped me up, the only thing that forced my rollback was that LDAP failed to work - though was working prior, and also works after rollback - unfortunately this included the OS and NetBox. A couple of questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
That's not a big deal, just use whatever your systemd unit file points at. Re LDAP: I don't know, you could also ask on the google group where there has been some LDAP discussion. If Netbox doesn't start, then you should be able to show the error message and that might clarify the problem.
Yes it is, and the guide is here: https://netbox.readthedocs.io/en/stable/administration/replicating-netbox/ |
Beta Was this translation helpful? Give feedback.
-
Did you change your |
Beta Was this translation helpful? Give feedback.
-
Hi @rodvand, The changes that were included in 2.7.9 were indeed the fix in this case. We are now upgraded from Ubuntu 19.10 and NetBox 2.7.9 to Ubuntu 20.04.2 and NetBox 2.10.4 |
Beta Was this translation helpful? Give feedback.
Did you change your
configuration.py
as per the changes in 2.9.0 (https://github.com/netbox-community/netbox/releases/tag/v2.9.0)?From the release notes:
"If in use, LDAP authentication must be enabled by setting REMOTE_AUTH_BACKEND to 'netbox.authentication.LDAPBackend'. (LDAP configuration parameters in ldap_config.py remain unchanged.)"