Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 566 Bytes

faq.md

File metadata and controls

18 lines (11 loc) · 566 Bytes

FAQ

I already have executed scripts on my project. Can I use Datamaintain ?

Yes of course you can :-). It is a very common use case we have.

  • Download the CLI here.
  • Mark the script as executed :
./datamaintain-cli --db-type $DB_TYPE --db-uri $MONGO_URI update-db --path $PATH --identifier-regex $REGEX --action MARK_AS_EXECUTED

An explanation about each CLI configuration key is provided here.

Where can I found samples ?

You can find samples here