Facing issue while using n8n cloud to access a Postgresql server that is behind a VPN?

Does someone have any use case of using n8n cloud accessing a Postgresql server that is behind a VPN ?

  • n8n version: latest
  • Database (default: SQLite): Postgresql
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud

Welcome to the community @dbarraiser !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


That would be a problem for any connection. VPN implies establishing a secure tunnel between client and the server. In other words, you have to create that tunnel on n8n instance. Unless you self-host, that is not possible on n8n Cloud.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.