How to upgrade to the AI starter kit with n8n on npm?

Can I migrate a local install of n8n with postgres sql to new starter kit?

Information on your n8n setup

  • n8n version: n8n Version 1.55.3
  • Database postgresql
  • n8n EXECUTIONS_PROCESS setting default
  • **Running n8n via npm, **
  • Operating system: Alma Linux

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Info provided

Hi @Polarisman1964,

Thank you for trying out our starter kit! Depending on what you actually want to do, you can do a number of things. Most likely, you can just keep running your current set-up, and remove the n8n and postgres services from your docker-compose file. This means that you don’t have to migrate at all, just that you add some services.

If you want to migrate fully to the new starter-kit set-up, you can also export all workflows and credentials with n8n commands, and import them in the n8n container (you can add them to the n8n/backup folder of the starter-kit).

Hope this helps; good luck!

1 Like

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