How to keep license in kubernetes cantainer of n8n

Hi, I’m running n8n in a Kubernetes cluster on AWS, managed via ArgoCD. When I create a snapshot or clone of the main container, the license doesn’t persist in the new instance. What’s the best way to ensure the n8n license is retained or restored correctly in the copied snapshot? Any best practices for handling this in a GitOps/K8s setup?

Thank you

Information on your n8n setup

  • n8n version: latest
  • Database: PostgreSQL
  • Running n8n via: AWS

hello @Vit

The license info is stored in the DB. For n8n you will need to save only the config file

1 Like

Thank you, it works