I was trying to Export Database https://docs.dgraph.io/deploy/#export
I’m using Docker and the Dgraph version is: 1.0.11;
Here is the problem:
when I run: 【$ docker exec 3b0 dgraph alpha --whitelist 172.17.0.0:172.20.0.0,192.168.1.1 --lru_mb 4096】
I got :【IP range must have a lower and upper bound
】,I’m not sure if you can see the picture so I post the err meg also,the picture is below
and I tried【$ docker exec 3b0 dgraph alpha --whitelist 172.17.0.0:172.20.0.0 --lru_mb 4096】
and I got:【Error while creating badger KV WAL store error: resource temporarily unavailable
Cannot acquire directory lock on “w”. Another process is using this Badger database.
】,and the picture is below