How to connect remote postgresql database with datagrip by ssh tunnel?

37 Views Asked by At

I want to connect to the remote Postgresql production server with datagrip, using ssh tunnel. I had successfully setup the ssh tunnel configuration and the connection works. But when I try to connect to the psql server, I get an issue [08P01] ERROR: unsupported startup parameter: extra_float_digits. enter image description here

As I saw in related questions, you need to change pgbouncer settings. But I don't have access to the remote pgbouncer config. Maybe I can change local connection settings to avoid this error?

0

There are 0 best solutions below