Could really use some guidance upgrading Netbox from v2.4.4 to current #8396
-
Hi All, I could really use some assistance, I started a new position and the company i'm working for now is already leveraging netbox for IPAM/DCIM, however their instance hasnt been updated in years... it's currently sitting on version 2.4.4 and i'm having a heck of a time trying to update it. I cloned the VM so i can test trying to upgrade it without corrupting anything, but after installing updated versions of all the dependencies listed on the upgrade doc, i ran the upgrade script and got the following error dump.
WARNING: Discarding https://files.pythonhosted.org/packages/17/dc/3f6bfae668594013cb9ef0cba4f4863451220944650868ad67332ca9069c/psycopg2-binary-2.7.5.tar.gz#sha256=c2ac7aa1a144d4e0e613ac7286dae85671e99fe7a1353954d4905629c36b811c (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. i'm assuming i need to do some kind of interm upgrade before moving to the latest version but i don't know where to start. I have spun up an install of the latest release on a separate VM, so ideally id love to just do any Database upgrades and import the old database into the new server if possible, but again, i don't know where to start with something like that either. Thank you so much in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
For something this far out of date, your best course of action is probably going to be:
|
Beta Was this translation helpful? Give feedback.
For something this far out of date, your best course of action is probably going to be:
upgrade.sh
to apply all database migrations