How to start netbox version 2.8.9? #892
Unanswered
VetroX1
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
i tried to start netbox 2.8.9 from docker-compose file by changing the image version:
from image: netboxcommunity/netbox:${VERSION-v3.3-2.3.0} to image: netboxcommunity/netbox:v2.8.9
using this image:
https://hub.docker.com/layers/netboxcommunity/netbox/v2.8.9/images/sha256-9dbeafa1e9f06ac8a5e550caff0827354e96de22916c4052ad3dea0739d75f1c?context=explore
but it won't start correectly.
What is the correct approach?
I know 2.8.9 is old but it is what i need right now for testing.
docker logs:
"Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation."
django.core.exceptions.ImproperlyConfigured: Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation.
Regards
Edit:
https://github.com/netbox-community/netbox-docker/wiki/Version - This won't work either, same result as above
Beta Was this translation helpful? Give feedback.
All reactions