Skip to content

export headers are different than what import headers require #13140

Answered by candlerb
fvandonk asked this question in Help Wanted!
Discussion options

You must be logged in to vote

I am exporting data from my 3.5.4 netbox and importing them into my 3.5.5 netbox.

In general, it's impossible to use CSV export and import to transfer data between Netbox instances with any sort of fidelity. There are many things which can't be done this way, especially anything which involves foreign key relations where the target model doesn't have a unique name. Even transferring a device with its primary_ip can't be done directly: you'd have to import the devices, then import the interfaces, then import the IP addresses, then update the devices to set their primary_ip(4/6). Note also that the last step would also involve mapping between the original device ID and the new device ID, …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fvandonk
Comment options

@candlerb
Comment options

Answer selected by fvandonk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants