IPFS Error: datastore configuration of ‘{“mounts”:[{“mountpoint”:"/blocks",“path”:“blocks”,“shardFunc”:"/repo/flatfs/shard/v1/next-to-last/2",“type”:“flatfs”},{“mountpoint”:"/",“path”:“datastore”,“type”:“levelds”}],“type”:“mount”}’ does not match what is

When i solve the problem The file uploaded with windows desktop can not be checked or got via https://ipfs.io/ipfs/xxxxxx .I wonder if the file is uploaded - #47 by songbo

I found that at IPFS desktop profile was set default as:
“DisableBandwidthMetrics”: false,
“DisableNatPortMap”: true,
“EnableAutoRelay”: false,
“EnableRelayHop”: false,
“Transports”: {
“Multiplexers”: {},
“Network”: {},
“Security”: {}

But the official file shows : image
So i change it to false and then:

when i try to ipfs daemon and got:

PS C:\Users\DaBaiTuuu> ipfs daemon
Initializing daemon…
go-ipfs version: 0.8.0
Repo version: 11
System version: amd64/windows
Golang version: go1.15.8

Error: datastore configuration of ‘{“mounts”:[{“mountpoint”:"/blocks",“path”:“blocks”,“shardFunc”:"/repo/flatfs/shard/v1/next-to-last/2",“type”:“flatfs”},{“mountpoint”:"/",“path”:“datastore”,“type”:“levelds”}],“type”:“mount”}’ does not match what is on disk ‘{“path”:“badgerds”,“type”:“badgerds”}’