dave_lyons
01/19/2022, 4:53 PMedgar_ramirez_mondragon
01/19/2022, 5:04 PMdave_lyons
01/19/2022, 7:35 PMMELTANO_DATABASE_URI
to my env
, but have been running with the default local db. How do I get it to restart and use the PostgreSQL settings in env
? Do I simply run meltano install
and it will catch the env setting?edgar_ramirez_mondragon
01/19/2022, 8:15 PMmeltano install
with the new URI set should run migrations on that dbdave_lyons
01/19/2022, 8:17 PMmeltano config meltano set database_uri postgresql://<username>:<password>@<host>:<port>/<database>
also be sufficient or the install is necessary?edgar_ramirez_mondragon
01/19/2022, 8:59 PMmeltano config ...
would also run migrationsdave_lyons
01/19/2022, 9:50 PMedgar_ramirez_mondragon
01/19/2022, 10:02 PMMeltano forgot all my run historyDo you mean as it appears in the UI?
dave_lyons
01/19/2022, 10:04 PMedgar_ramirez_mondragon
01/19/2022, 10:06 PMjob
table in the db. @alexmarple can probably confirmalexmarple
01/19/2022, 10:15 PM