is there a way to, given a `meltano.yml` config fi...
# getting-started
j
is there a way to, given a
meltano.yml
config file (+
.env
or corresponding env variables), recreate the
.meltano
directory?
t
meltano install
will re-install plugins, create venvs, etc. Logs, state information in meltano.db, etc. obviously can't be recreated, but if you're just looking to re-establish pipelines on a new server or something like that
install
should do it.
j
that did the trick, thanks @thomas_briggs!
t
🙂 glad I could help