Errors migrating from docker to native #946
-
After a successful test of netbox-docker v3.4.4 I want to move to a native install. Another post on this site reported success with backing up and restoring the database, per this page, but I get an error with that command:
and I haven't been able to figure out what's causing it or how to resolve it. I found a post on reddit that recommends this command:
but that led to a series of errors that I ultimately wasn't able to resolve:
My docker-fu is weak, but I've been doing a lot of reading and searching and not having any success so far. I'd appreciate some assistance with this. If nothing else, I think the wiki troubleshooting page should be updated to reflect whatever the problem is with the database backup command. If the problem is me, please enlighten me! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Your docker-compose version is too old. Either update it if possible, or check if you have the plugin version installed Alternatively you can just remove the |
Beta Was this translation helpful? Give feedback.
Your docker-compose version is too old. Either update it if possible, or check if you have the plugin version installed
docker compose ...
instead ofdocker-compose ...
.Alternatively you can just remove the
depends_on
sections from the docker-compose file if you are migrating away from the docker setup anyway.