Home Assistant Nodes Need Node 3.0

Anyone else run into this error? I just went to update node-red-contrib-home-assistant-websocket and ran into this. Is it possible to upgrade to > 3.0 with NR 2.2.3?

Since we’re going to move to NR3 soon, here are some instructions to make this move effortless.
Once you take the red pill, you can’t go back.

sudo nano /etc/core/oll-node-red.conf

find this
#CONTAINER_REPO=“$CONTAINER_SERVER/oh-lalabs/node-red:stable”
to

CONTAINER_REPO="$CONTAINER_SERVER/oh-lalabs/node-red:3"

SAVE

sudo oll-node-red --stop
sudo oll-node-red --update
sudo oll-node-red --start

Voila you’re on Node-Red 3

1 Like

I have tried this and it skipped the update and uses the old stable node red. Thoughts?

***** Default variables currently used (uncomment to override) *****

Overriding defaults may cause unpredictable results, be careful!

To use a different repo for this container, change it here, normally this is>

#CONTAINER_REPO=“$CONTAINER_SERVER/oh-lalabs/node-red:3"

` **oh-la@Collective-Core**:**~**$ sudo oll-node-red --update

INFO: Running command: update

INFO: Done!

INFO: We are root, becoming the core-services user instead...

INFO: Running "oll-node-red --update" as user core-services

INFO: Running command: update

INFO: Running as required user core-services

INFO: Updating the Node-RED container...

Trying to pull container.oh-lalabs.com/oh-lalabs/node-red:stable...

Getting image source signatures

Copying blob e49922e2baa7 skipped: already exists

Copying blob 4805c92d5c56 skipped: already exists

Copying blob 6d4a449ac69c skipped: already exists

Copying blob 3b19f3a7274e skipped: already exists

Copying blob 5dcf03983304 skipped: already exists

Copying blob cc6f866fefa7 skipped: already exists

Copying blob 5e7675cf6a7a skipped: already exists

Copying blob bb887aefcdb7 skipped: already exists

Copying blob 53311c9e9bc8 skipped: already exists

Copying blob 536b4b8be63a skipped: already exists

Copying blob e240c8284e84 skipped: already exists

Copying blob 4b288d212cff skipped: already exists

Copying blob 9bb77396e030 skipped: already exists

Copying blob a3b6432dc1bb skipped: already exists

Copying blob b15af8e19531 skipped: already exists

Copying config 3d156acbfc done

Writing manifest to image destination

Storing signatures

3d156acbfc9e8655463aae94990881e05df350f17bf88ac17302102c4d766159

INFO: Done!`

Looks like you kept the comment character # in the beginning of the row.

3 Likes