-
I have been attempting to import my netbox db that currently exists on one container into a different netbox container on a new server. docker exec -t fe65ab1299aa pg_dumpall -c -U netbox > ./dump_ I successfully dump the netbox db I have not had any success importing it though. Any tips or clues? root@Netbox:~/netbox-docker# psql netbox < ./dump_15-04-2021_23_57_23.sql root@Netbox:~/netbox-docker# docker exec -t fe65ab1299aa psql netbox < ./dump_15-04-2021_23_57_23.sql root@Netbox:~/netbox-docker# docker exec -t fe65ab1299aa psql -U netbox netbox < ./dump_15-04-2021_23_57_23.sql netbox=# (I cannot do anything with this connection) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Take a look at the troubleshooting page from the netbox-docker repo. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Take a look at the troubleshooting page from the netbox-docker repo.