I Get this error : CRIT - Failed to truncate extra state histories err="EOF, fileid: 0, start: 325221424, length: 3969745872"
when I trying to run my node.why ?
this is my Dockerfile command to run node :
CMD ["./geth", "--datadir","/bsc/node","--config","/bsc/config/config.toml","--db.engine","pebble","--state.scheme","path","--http","--http.api","eth,net,web3,admin","--http.rpcprefix","/","--http.corsdomain","","--http.addr","0.0.0.0","--ws.addr","0.0.0.0","--cache","8000","--rpc.allow-unprotected-txs","--history.transactions","0"]
I get https://github.com/bnb-chain/bsc-snapshots - Path-Base-State-Scheme(recommand) chain data
my geth version : v1.3.8
please Help me to fix that