Upgrade problem to V0.27.0 #377
-
Hello everyone, I updated to V0.27.0 my Netbox and I've got an error (I attached a screenshot of it). Can you tell what I had missed? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems you have only updated the Docker Image, but not the rest of the repository. Either disable the volume mounts for If you cloned the repository initially as described in https://github.com/netbox-community/netbox-docker/wiki/Getting-Started, then you can just run And if you changed the origin git remote to something else you can still run |
Beta Was this translation helpful? Give feedback.
-
Thanks you so much cimnine you made my day! I disabled the volume mount for startup_scripts |
Beta Was this translation helpful? Give feedback.
It seems you have only updated the Docker Image, but not the rest of the repository. Either disable the volume mounts for
startup_scripts
in the docker-compose file or update the files to the latest version.If you cloned the repository initially as described in https://github.com/netbox-community/netbox-docker/wiki/Getting-Started, then you can just run
git pull --ff
.And if you changed the origin git remote to something else you can still run
git pull https://github.com/netbox-community/netbox-docker.git release
, which should fetch the changes from our repository and merge it into yours.