Dann mal auf die neue v2.0.3 umgestellt. Das ging schon mal schnell (docker compose pull, down und up -d).

Leider lief der Backup Workflow nicht mehr. Da hat der breaking change zugeschlagen.
|
1 2 3 4 5 6 7 |
Set default value for N8N_RESTRICT_FILE_ACCESS_TO# n8n will set a default value for N8N_RESTRICT_FILE_ACCESS_TO to control where file operations can occur. This affects the ReadWriteFile and ReadBinaryFiles nodes. By default, these nodes can only access files in the ~/.n8n-files directory. Migration path: Review your workflows that use file nodes and make sure they only access files in the allowed directory. If you need to allow access to other directories, set the N8N_RESTRICT_FILE_ACCESS_TO environment variable to your desired path. |
Nach der Ergänzung in der docker-compose.yml von N8N_RESTRICT_FILE_ACCESS_TO=/files und reboot lief es auch wieder.
Mein Workflow, der über ping Server überprüft, läuft auch nicht mehr. Da kommt: Install this node to use it
This node is not currently installed. It is either from a newer version of n8n, a custom node, or has an invalid structure.
Da muss ein neue Node installiert werden, denn habe ich erst mal deaktiviert.
Meine KI-Workflows sind leider auch nicht mehr lauffähig, das sind aber meine kostenplichtigen API Keys abgelaufen, hat also nichts mit der neuen Version zu tun.
Gui ist auch etwas neu. Und den migrations Tool habe ich auch erst nach dem Update entdeckt.
Mal sehen was noch alles nicht läuft oder anders ist …
