HELP - I cannot get my docker updated #1168
Replies: 2 comments
-
I solved the issue. I did this. sudo docker-compose stop netbox sudo docker pull netboxcommunity/netbox:latest sudo docker run -d --name=netbox-3.7.3 -v /path/to/netbox:/opt/netbox/media -p 8000:8000 netboxcommunity/netbox:latest Changed the version in docker-compose.yml version: '3.7' sudo docker-compose up -d I now at 3.7.3 |
Beta Was this translation helpful? Give feedback.
-
Hi, So I had an issue and then I solved it, but having a new similar issues. I am trying to upgrade to 4.3.1 or any 4.x version. I can use the above instructions and all is fine until I edit the yml file and then try to start it and it fails. Not sure if the version number or place is wrong but have had no luck figuring out the issue to get it upgraded. Can I jump from 3 to 4? Do I need to change version and or image version lines? Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I looked before I asked for help. I am not a Linux expert. I have tried following a number of articles with no success.
https://github.com/netbox-community/netbox-docker/wiki/Updating
I am trying to get to 3.7.3 I am on 3.5 I think. I deployed into a container using the instructions on this site.
If I start it with this command from SSH it starts fine and runs.
docker-compose up -d if I run docker-compose up I get a running screen with what looks like errors.
Either way I still have the popup and it is not upgrading.
New Release Available
NetBox v3.7.3 is available.
Upgrade Instructions
I see things like this
netbox-housekeeping_1 | Sessions cleared.
netbox-housekeeping_1 | [] Checking for expired changelog records
netbox-housekeeping_1 | No expired records found.
netbox-housekeeping_1 | [] Checking for expired jobs
netbox-housekeeping_1 | No expired records found.
netbox-housekeeping_1 | [*] Checking for latest release
netbox-housekeeping_1 | Latest release: 3.7.3
netbox-housekeeping_1 | Finished.
I am at a lost how to upgrade this container.
Any and all help is appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions