filecoin-project / lily

capturing on-chain state for the filecoin network
Other
49 stars 44 forks source link

`lily migrate` can use `--storage` arg instead of `--db` and `--schema` #738

Open placer14 opened 3 years ago

placer14 commented 3 years ago

Description

Typically when deploying Lily, a config.toml is created to setup persistence targets for jobs via the --storage arg (which is the only way to configure persistence options on a Job. This is inconsistent with lily migrate which require --db and --schema flags. As a suggested UX improvement, it would good to make lily migrate --storage the default interaction and deprecate the old flags.

Acceptance criteria

Where to begin

placer14 commented 3 years ago

FWIW, this is very low priority for me.