[How To] Update ioBroker js-controller in Portainer #193
Replies: 7 comments 12 replies
-
Hi @gyroslav, very nice idea, but unfortunately your how to is old and i guess deprecated, isn't it @buanet? Steps 1 to 3 are still ok, but step 4 is fixed by the maintenance script. So step 4 has to be |
Beta Was this translation helpful? Give feedback.
-
Thats weird, i get only the Versions 3.3.22 I will use this instruction for my next update: https://smarthome.buanet.de/2020/10/iobroker-docker-container-updates-upgrades/ |
Beta Was this translation helpful? Give feedback.
-
Actually I meant the iobroker version and not the JS Controller version. As the newest Docker image is based on v6.x I was wondering how to archive the same when using a volume map as suggested by the maintainer. When I update the container either by using the above mentioned method (using the iobroker commandline tools) or by using the newest image (I'm using portainer to update my containers) I always end up with a v5 version of iobroker. |
Beta Was this translation helpful? Give feedback.
-
@gyroslav Although it is a little outdated the update should work this way. I just changed the title and moved this to general discussions. Regards, |
Beta Was this translation helpful? Give feedback.
-
Has anyone tested the new https://docs.buanet.de/iobroker-docker-image/docs/#use-maintenance-script-beta I do not have any pending update at the moment, so I hopefully will find this comment next time I open the bookmark to this How To if I need to. Edit: Code:
Edit2: Code:
|
Beta Was this translation helpful? Give feedback.
-
Hey, teste gerade dein 9Beta-Node20. |
Beta Was this translation helpful? Give feedback.
-
Ich würde das mit einem Iobroker User also Admin oder einem im Iobroker zusätzlich hinzugefügen user Interpretieren.. was aber nicht funktionierte im portainer... |
Beta Was this translation helpful? Give feedback.
-
hello world,
here a small HowTo update your iobroker in docker through portainer:
i assume, you have portainer running
navigate to your running iobroker-container and click "console"
click CONNECT
to stop the iobroker daemon:
pkill -u iobroker
google on how to stop iobroker will give you mostly "pkill io" and this will close the terminal und restart iobroker.
so the flag "-u" is very importand here.
from here you can follow the official instructions:
iobroker update
iobroker upgrade self
iobroker start
restart the container
Beta Was this translation helpful? Give feedback.
All reactions