This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Create directory for --state-dir automatically if it does not exist #131
Labels
enhancement
New feature or request
db-sync creates directory for
--state-dir
automatically if it does not exist - maybe this could be done for smash too ?I ran:
SMASHPGPASSFILE=./config/pgpass cabal run smash-exe -- run-app-with-db-sync --config config/shelley-qa-config.yaml --socket-path ../cardano-node/state-node-shelley_qa/node.socket --schema-dir schema/ --state-dir ledger-state/shelley_qa
and got this error:
It disappeared after I created manually ledger-state/shelley_qa directories
The text was updated successfully, but these errors were encountered: