Skip to content

[BUG] Import SQL with SSL on - Port is incorrect 443, should be 5432. #1410

Open
@rostislav-palivoda

Description

@rostislav-palivoda
  • Database type and version:
  • Postgres 16.6

I use SSL connection and try to make import SQL dump operation with menu, see image:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority-lowDifficult to reproduce or needs additional information

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions