Netbox migrating issues #18455
Unanswered
davids-vikmanis
asked this question in
Help Wanted!
Replies: 1 comment
-
If you are using enterprise version this would help https://docs.netboxlabs.com/netbox-enterprise/nbe-backups/ I hope it helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm really stuck here. How do you transfer data from one server to another (two NetBox instances)?
I have a fresh server, I created a new database, and did a restore:
pg_restore --clean --no-owner --verbose -d test /tmp/netbox.dump
But I keep getting errors like this at login:
"Cannot assign <netbox.config.Config object at 0x7f360bc18050>: 'User.config' must be a 'UserConfig' instance."
Python version: 3.12.5
NetBox version: 4.2.0
Plugins: None installed
Could you point me to the right way to restore the database and prepare the environment?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions