Join Slack
Powered by
once we set a wrong database_uri, how to change it...
# troubleshooting
l
lidong_zhao
06/15/2022, 10:32 PM
once we set a wrong database_uri, how to change it back? it always try to connect to the wrong database before setting the new one, unset doesn't work either.
lidong_zhao
06/15/2022, 10:38 PM
one workaround is to manually update .env file.
a
avinash_gupta
06/16/2022, 5:15 AM
environments: - name: dev env: MELTANO_DATABASE_URI:
postgresql://xxx:yyyy@172.172.172.172:5432/meltano
avinash_gupta
06/16/2022, 5:15 AM
try to set in meltano.yml
Open in Slack
Previous
Next