Added warning information about sqlite

This commit is contained in:
Omar Ajoue 2021-03-11 19:02:50 +01:00
parent 0f4a66e4a9
commit a8a026ae7b

View File

@ -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: