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
- Create new PostgreSql connection
- Select via SSH
- Test SSH Connection - pass
- Test RDS connection - Fail with the error - Connection failed: Error occurred while creating a new object: db error
- Check username/password and role. Master username being used. Admin role. All grants.
- 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
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
OS Version
macOS 27
Tabularis Version
v0.w4.0
Relevant Log Output