RMRK Syncing doc advises to start kusama node with
chmod +x polkadot && mv polkadot kusama
./kusama --pruning archive --db rocksdb
When i run this in Linux, it says "State Database error: Expected pruning mode: constrained". The same occurs when i run rust-compiled directly on Mac. any ideas about this errror message and how to get past it?