Open
Description
- Database type and version:
- Postgres 16.6
I use SSL connection and try to make import SQL dump operation with menu, see image:
As result see command generated is incorrrect:
2025-02-02 20:32:59 [DEBUG] Executing: set "PGPASSWORD=" && "C:\Program Files\PostgreSQL\15\bin\psql.exe" -h -p 443 -U -d -f "c:\test.sql"
Insted it should be "-p 5432".
My connection string has sslmode=require
Settings has flag SSL = ON.