Upgrade Netbox with Docker #436

Closed
opened 2025-12-29 16:22:10 +01:00 by adam · 4 comments
Owner

Originally created by @thoms27 on GitHub (Sep 16, 2016).

Hi,

Can you tell me how to upgrade Netbox when I use Docker ?

Thanks in advance.

Thomas

Originally created by @thoms27 on GitHub (Sep 16, 2016). Hi, Can you tell me how to upgrade Netbox when I use Docker ? Thanks in advance. Thomas
adam closed this issue 2025-12-29 16:22:10 +01:00
Author
Owner

@leandroteleco commented on GitHub (Sep 16, 2016):

I have the same problem too. I think that the only solution is to delete the old container and setup a new one.

@leandroteleco commented on GitHub (Sep 16, 2016): I have the same problem too. I think that the only solution is to delete the old container and setup a new one.
Author
Owner

@rfdrake commented on GitHub (Sep 19, 2016):

This should rebuild the container and reuse the data you already have. You should make a backup of the containers before you do this, just in case.

 git pull
 docker-compose build --no-cache
 docker-compose up -d
@rfdrake commented on GitHub (Sep 19, 2016): This should rebuild the container and reuse the data you already have. You should make a backup of the containers before you do this, just in case. ``` git pull docker-compose build --no-cache docker-compose up -d ```
Author
Owner

@thoms27 commented on GitHub (Sep 20, 2016):

Thank you very much :-)

@thoms27 commented on GitHub (Sep 20, 2016): Thank you very much :-)
Author
Owner

@leandroteleco commented on GitHub (Sep 26, 2016):

Thank you very much :-)

@leandroteleco commented on GitHub (Sep 26, 2016): Thank you very much :-)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#436