-
Hi, I use a 2.5.6 instance and I want to upgrade however whatever method I try , no luck. (python dependencies, centos 7.6) What's the easiest way to get a uptodate version ? Can I start with a clean fresh install and import the DB ? |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Feb 12, 2021
Replies: 1 comment 3 replies
-
Yes you can: https://netbox.readthedocs.io/en/stable/administration/replicating-netbox/ After importing the DB to the new server, run the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
brosky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can: https://netbox.readthedocs.io/en/stable/administration/replicating-netbox/
After importing the DB to the new server, run the
./upgrade.sh
script which will apply all the migrations (database changes) required to bring it up to date.