chrisho64

Results 4 comments of chrisho64

Hi, I just installed netbox in version 3.5.4 and I have this error. I did update the metrics.py file (line 54 - if netbox_version >= version.parse("2.9.0"):). In netbox version 3.4.5,...

Hi, In Netbox version 3.5.0, the file "/opt/netbox/netbox/extras/models/__init__.py" has changed. in version 3.4.x: **from .change_logging import ObjectChange from .configcontexts import ConfigContext, ConfigContextModel from .customfields import CustomField from .models import *...

I forgot to mention that my netbox instance was installed on docker. So to restart Netbox I do "docker-compose down && docker-compose up -d". On older versions of Netbox I...

Yes. **# redis redis-reseau: image: redis:7-alpine container_name: redis-reseau restart: unless-stopped command: - sh - -c # this is to evaluate the $REDIS_PASSWORD from the env - redis-server --appendonly yes --requirepass...