Persistent community nodes

Describe the problem/error/question

I’m running n8n on self hosted k8s cluster and we are loving it so far!
we are using some community nodes and we installed them via the UI.
When we take down the application and back up the nodes are gone.
How do we keep them persistent?
Do we have to create our own docker with them pre installed?
Do we create a persistent volume?

Thanks!

Information on your n8n setup

  • n8n version: 0.235.0
  • Database (default: SQLite): MySQL
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker on K8S

If you already mount ~/.n8n they should be persisted. Otherwise more specifically you can mount ~/.n8n/nodes

1 Like

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