-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various errors when trying to import Netbox data from 3.2.2 #72
Comments
Looks like you're using Python 3.6 - latest versions of Nautobot do not support Python 3.6 any more, and various dependencies have also dropped Python 3.6 support as well. Can you retry with a more recent Python version? Also, can you confirm what Nautobot version you're trying to import into? |
Recreated steps using Python 3.8 |
Some googling suggests that maybe this could indicate that your Redis server is running an older version than is required. I believe 4.0 is currently the minimum required version. Can you check that? |
Looks like the Redis was 'an' issue. the default yum redis version was 3.6 something. Updated to latest but still getting some data validation/mismatch errors. |
That error looks like something's off about your database migration status - |
Getting this trying to import an export from netbox 3.2.7 to nautobot 1.3.8 fc59e4d682b3:~$ nautobot-server import_netbox_json /tmp/netbox_data.json 3.2.7 |
Hi @christiankratzer , Netbox 2.10.8 is the current maximum supported version, but we are actively working on extending support to newer versions. |
Environment
Expected Behavior
Import data fine
Observed Behavior
Redis errors
Steps to Reproduce
python netbox/manage.py dumpdata
--traceback --format=json
--exclude admin.logentry --exclude sessions.session
--exclude extras.ObjectChange --exclude extras.Script --exclude extras.Report
> /tmp/netbox_data.json
2. Setup nautobot on fresh server as per documentation (Install pre-requests + nautobox upto the nautobot-server migrate step
3. copy the netbox data to new server
4. nautobot-server import_netbox_json /tmp/netbox_data.json 2.10.3
5. Random redis error - full error attached
log.txt
The text was updated successfully, but these errors were encountered: