-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing node type after update from 1.1.3 to 1.2.x #206
Comments
this may be because we have removed the volume statement from the default build see here - for details - https://github.com/node-red/node-red-docker/blob/master/volumechanges.md If that is the case then the old volume will still be there - but not linked - you will need to find it using standard |
I have explicitly specified a volume to be mounted to /data. docker volume create nodered
docker run -d --restart=unless-stopped \
--name nodered \
-e TZ="Europe/Berlin" \
--mount source=nodered,target=/data \
--user="1000:1000" \
-p 1880:1880 \
nodered/node-red l /var/lib/docker/volumes/nodered/_data/
insgesamt 668K
-rw-r--r-- 1 pi pi 16K Okt 15 23:41 .config.json
-rw-r--r-- 1 pi pi 32K Okt 15 23:41 .config.json.backup
-rw-r--r-- 1 pi pi 23K Okt 16 00:16 .config.nodes.json
-rw-r--r-- 1 pi pi 23K Okt 16 00:16 .config.nodes.json.backup
-rw-r--r-- 1 pi pi 2 Okt 16 00:16 .config.projects.json
-rw-r--r-- 1 pi pi 2 Okt 16 00:16 .config.projects.json.backup
-rw-r--r-- 1 pi pi 95 Okt 16 00:16 .config.runtime.json
-rw-r--r-- 1 pi pi 95 Okt 16 00:16 .config.runtime.json.backup
-rw-r--r-- 1 pi pi 461 Okt 16 00:16 .config.users.json
-rw-r--r-- 1 pi pi 460 Okt 16 00:16 .config.users.json.backup
-rw-r--r-- 1 pi pi 640 Aug 30 21:36 flows_cred.json
-rw-r--r-- 1 pi pi 640 Aug 30 20:37 .flows_cred.json.backup
-rw-r--r-- 1 root root 204 Aug 30 21:36 flows_homebridge_cred.json
-rw-r--r-- 1 root root 57K Aug 30 21:36 flows_homebridge.json
-rw-r--r-- 1 pi pi 147K Okt 3 20:58 flows.json
-rw-r--r-- 1 pi pi 147K Okt 3 19:02 .flows.json.backup
drwxr-xr-x 3 pi pi 4,0K Aug 30 20:32 lib
drwxr-xr-x 364 pi pi 12K Okt 15 22:55 node_modules
drwxr-xr-x 5 pi pi 4,0K Okt 15 22:55 .npm
-rw-r--r-- 1 pi pi 296 Okt 15 22:55 package.json
-rw-r--r-- 1 pi pi 138K Okt 15 22:55 package-lock.json
-rw-r--r-- 1 pi pi 14K Aug 30 20:32 settings.js |
Hmm odd - I would think that should work... did you try |
In the meantime II added all missing add ons via the web interface. Not the most elegant variant but at least it works. |
nodered stoppen working after watchtower upgraded nodered to 1.2.0 due to missing node types.
Example:
Why did it happen?
How can it get fix?
How can it be prevented in the future?
The text was updated successfully, but these errors were encountered: