mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Added warning information about sqlite
This commit is contained in:
parent
0f4a66e4a9
commit
a8a026ae7b
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user