-
Hello , I want ask how to move my Netbox machine to another one ? I mean I have my Netbox on a Debian machine and I want to create a new machine and move all the information to the new one ? how can I do that ? Best Regards |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Sep 6, 2021
Replies: 1 comment
-
The process is documented here: https://netbox.readthedocs.io/en/stable/administration/replicating-netbox/ If the target machine has a newer version of Netbox then remember to run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ryanmerolle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The process is documented here: https://netbox.readthedocs.io/en/stable/administration/replicating-netbox/
If the target machine has a newer version of Netbox then remember to run
./upgrade.sh
on the new machine after importing the postgres dump.