Self hosted n8n VC/git implementation

Describe the problem/error/question hello, n8n! we have self-hosted n8n deployments running in EKS. we would like to have an ability to move the workflow Json between environments (we have 4), Credentials, Environment variables using VC/git. is there any docs i can refer to for n8n community edition usage & plan?

is this available only in enterprise plan?

we are currently on community edition usage & plan.

THANK YOU!

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:1.3.1
  • **Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • **Operating system: inux, EKS

Hi @Nargiza_Fernandez :wave:

Most of these would indeed be Enterprise features :bowing_man:

That being said, you can export and import workflows via CLI commands to share them between instances when you’re self-hosting the community edition. You can find more information on how to export and import here: CLI commands | n8n Docs But it’d be very important to note here that this is not the same as the source control and environments option Enterprise has.

If you’re interested in an Enterprise quote for these additional features, you can fill out this form here. :slight_smile:

1 Like

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