Migrating DB From Netbox Docker To Natively Hosted #484
-
Hello all. I've been using the Docker image to basically test out Netbox and I'd like to move forward with it in a production environment. I was advised it would be best to run the application natively so I've installed it without Docker but now I'm wondering how best I could migrate the DB from Docker instance to native instance. I was thinking a simple export (via "Take a database backup" https://github.com/netbox-community/netbox-docker/wiki/Troubleshooting) and then import (via "Load an Exported Database" https://netbox.readthedocs.io/en/stable/administration/replicating-netbox/) would be enough. Would that work for what I'm trying to achieve? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Seems to work fine so far - had to change my DB username and password to match what was in the env variables for the Docker instance. That held me up for a while. I guess you can mark this as closed. |
Beta Was this translation helpful? Give feedback.
Seems to work fine so far - had to change my DB username and password to match what was in the env variables for the Docker instance. That held me up for a while. I guess you can mark this as closed.