Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Stack Doesn't Work #2

Open
shellscape opened this issue Jun 15, 2024 · 7 comments
Open

Stack Doesn't Work #2

shellscape opened this issue Jun 15, 2024 · 7 comments

Comments

@shellscape
Copy link

The service's tasks consistently fail with Error: command n8n not found

Doesn't appear that this construct has kept up with n8n development.

@netroy
Copy link
Owner

netroy commented Jun 15, 2024

Can you please either try the queue-mode branch, or change this line from command: ['n8n', 'start', '--tunnel'], to command: ['start', '--tunnel'],

@shellscape
Copy link
Author

Thanks for the reply. We'd like to avoid the queue mode branch due to the number of additional resources required.

I'll give the command change a try in a few here

@shellscape
Copy link
Author

That seems to run, but subsequently fails with:


Error: There was an error initializing DB
DatabaseError: no pg_hba.conf entry for host "172.31.10.68", user "n8n", database "n8n", no encryption

@netroy
Copy link
Owner

netroy commented Jun 15, 2024

That sounds like RDS defaults have changed since I wrote this code, and now it's only possible to connect with TLS enabled. You'd need to add DB_POSTGRESDB_SSL_ENABLED: true here.

@shellscape
Copy link
Author

shellscape commented Jun 15, 2024

I might circle back to give that a shot. I spun up a new db in supabase (incredibly generous free tier) and got it working with some additional mods to the stack. FWIW the health check parameter are also incorrect. Ended up disabling that to get moving forward.

@gsogol
Copy link

gsogol commented Aug 24, 2024

@shellscape could you share your stack?

@shellscape
Copy link
Author

@gsogol we've gone a different direction unfortunately. we weren't able to get this working, but please feel free to close the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants