From a8a026ae7bbcb1f82af765c0e8be201199e7a88e Mon Sep 17 00:00:00 2001 From: Omar Ajoue Date: Thu, 11 Mar 2021 19:02:50 +0100 Subject: [PATCH] Added warning information about sqlite --- docs/reference/start-workflows-via-cli.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/start-workflows-via-cli.md b/docs/reference/start-workflows-via-cli.md index 9de95aa0e..524ef45df 100644 --- a/docs/reference/start-workflows-via-cli.md +++ b/docs/reference/start-workflows-via-cli.md @@ -134,6 +134,15 @@ There are a couple of flags available for this. | --input | Input file name or directory if --separate is used. | | --separate | Imports *.json files from directory provided by --input. | +::: warning 💡 Migrating to different database systems +Workflow and credential names are limited to 128 characters but SQLite does not enforce size limits correctly. + +This might result in errors like `Data too long for column name` during the import process. + +In this case, you can edit the names from n8n interface and export again or edit the JSON file directly before importing. +::: + + ### Workflows Import workflows from a specific file: