Skip to content

Disabling release check url not working #19474

Closed Answered by jeschebach
jeschebach asked this question in Q&A
Discussion options

You must be logged in to vote

following these steps resolves the issue:

# docker exec -it -u 0 netbox-application bash
echo 'RELEASE_CHECK_URL = None' >> /etc/netbox/config/extra.py
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py nbshell
from django.core.cache import cache
cache.clear()
exit()

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jeschebach
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jeschebach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants