Skip to content

[Bug]: Postgres: Connection failed #113

Description

@markyarnold

Describe the bug

Creating new Postgres connection using SSH Tunnel which Tests fine. Testing the RDS connection throws the error:

Connection failed: Error occurred while creating a new object: db error.

This was working find on the previous PG connector which is now deprecated. The new one, which I migrated to fails for all existing connections and new ones also.

To Reproduce

  1. Create new PostgreSql connection
  2. Select via SSH
  3. Test SSH Connection - pass
  4. Test RDS connection - Fail with the error - Connection failed: Error occurred while creating a new object: db error
  5. Check username/password and role. Master username being used. Admin role. All grants.
  6. Check same creds / setup with other DB tool - success.

OS Version

macOS 27

Tabularis Version

v0.w4.0

Relevant Log Output

Diagnostics:
Connection failed

09:01:18  Opening SSH tunnel (ec2-user@35.178.128.112:22)
09:01:18  SSH tunnel established (127.0.0.1:57549)
09:01:18  Connecting to the database (policy-management-platform-aurora-instance-prod.cd2yqwquoud3.eu-west-2.rds.amazonaws.com:5432)
09:01:18  Database connection failed (Connection failed: Error occurred while creating a new object: db error)

Connection failed: Error occurred while creating a new object: db error

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem rightwontfixThis will not be worked on

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions