How do I use the direct connection string?
I want to push some migrations from the supabase cli and it requires the database url, what to I enter for this?
I tried using the "POSTGRES_URL" variable from the pg service and was able to connect using my DB pro app. But i cant seem to use the same connection string in my cli command and get this error
Connecting to remote database...
failed to connect to postgres: failed to connect to `host=sakura.proxy.rlwy.net user=supabase_admin database=postgres`: tls error (server refused TLS connection)
How do I use the direct connection string?
I want to push some migrations from the supabase cli and it requires the database url, what to I enter for this?
I tried using the "POSTGRES_URL" variable from the pg service and was able to connect using my DB pro app. But i cant seem to use the same connection string in my cli command and get this error