Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot test PostgreSQL trigger with ssh tunnel #8970

Closed
DanFaudemer opened this issue Mar 26, 2024 · 2 comments
Closed

Cannot test PostgreSQL trigger with ssh tunnel #8970

DanFaudemer opened this issue Mar 26, 2024 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review Released

Comments

@DanFaudemer
Copy link

Bug Description

When testing a PostgreSQL trigger with an ssh tunnel credential I get the following error :

Problem in node ‘Postgres Trigger‘
connect ECONNREFUSED 127.0.0.1:5432

To Reproduce

  1. Create a PostgreSQL trigger
  2. Add a PostgreSQL credential with a ssh tunnel
  3. Test the trigger

Expected behavior

I should be able to test my trigger

Operating System

Kubernetes

n8n Version

1.33.1

Node.js Version

18.19.1

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Mar 26, 2024

Hey @DanFaudemer,

That is a good spot, it looks like when we added support for SSH tunnels we may not have updated the Postgres Trigger. I have created NODE-1267 as the internal ticket to fix this.

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Mar 26, 2024
@janober
Copy link
Member

janober commented Jul 10, 2024

Fix got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review Released
Projects
None yet
Development

No branches or pull requests

3 participants