once we set a wrong database_uri, how to change it...
# troubleshooting
l
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.
one workaround is to manually update .env file.
a
environments: - name: dev env: MELTANO_DATABASE_URI: postgresql://xxx:yyyy@172.172.172.172:5432/meltano
try to set in meltano.yml