You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following error when trying to backup my postgres database:
pg_dump: error: connection to server at "xyz.postgres.vercel-storage.com" (123.123.123.123), port 5432 failed: could not open certificate file "/root/.postgresql/postgresql.crt": Permission denied
connection to server at "xyz.eu-central-1.postgres.vercel-storage.com" (123.123.123.123), port 5432 failed: ERROR: connection is insecure (try using `sslmode=require`)
When i connect to my database usually i do include the sslmode=require parameter but I'm not sure how to pass this through in the env settings.
The text was updated successfully, but these errors were encountered:
I have the following error when trying to backup my postgres database:
When i connect to my database usually i do include the sslmode=require parameter but I'm not sure how to pass this through in the env settings.
The text was updated successfully, but these errors were encountered: