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

Issue with license when starting main pods (sometimes) #162

Open
Fank opened this issue Mar 7, 2025 · 2 comments
Open

Issue with license when starting main pods (sometimes) #162

Fank opened this issue Mar 7, 2025 · 2 comments

Comments

@Fank
Copy link
Collaborator

Fank commented Mar 7, 2025

Based on the input from the n8n support team, I was able to narrow it down to an issue to load the license on startup.

We are using an enterprise license, and doing a rolling update sometimes causes:

Image

This causes the pod to crash everytime on startup, if this happens the first time, then it will happen all the time.

A workaround is to use following values:

main:
  command: ["/bin/sh", "-c", "n8n license:info && n8n"]

This causes the main pod to always startup as expected.

Could it be that n8n needs a persistent volume?

@Vad1mo
Copy link
Member

Vad1mo commented Mar 12, 2025

well, I guess to store the licence maybe

@Fank
Copy link
Collaborator Author

Fank commented Mar 12, 2025

Keep this open, there maybe changes needed, not sure.
Still in contact with the n8n support, because they said this should not happen due to always check the license on startup.

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

No branches or pull requests

2 participants