bbb-install icon indicating copy to clipboard operation
bbb-install copied to clipboard

BBB 2.6, issue with node.js migration from v16 to v18

Open Oblation opened this issue 1 year ago • 1 comments

Hi,

For information, I encountered difficulties with the migration of nodejs from v16 to v18 with the install script when updating a BBB 2.6.12 to 2.6.14.

The method described HERE by nodejs does not work for me.

Permissions on /etc/apt/keyrings/nodesource.gpg or /usr/share/keyring/nodesource.gpg are good (644). However, an apt update gives a GPG key error on the repository https://deb.nodesource.com/node_18.x nodistro main (GPG key is ok and up to date too)

I was able to get by replacing : echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR. x nodistro main" | sudo tee /etc/apt/sources.list. d/nodesource.list with : echo "deb https://deb.nodesource.com/node_$NODE_MAJOR. x nodistro main" | sudo tee /etc/apt/sources.list. d/nodesource.list

Perhaps you could indicate this in the BBB installation documentation if other people encounter the problem.

Oblation avatar Oct 20 '23 07:10 Oblation

Hi! In our release notes of BBB 2.6.14 we link to the docs section https://docs.bigbluebutton.org/2.6/new-features#nodejs-upgrade-introduced-in-bigbluebutton-2614-backport-from-bbb-27 And specifically https://github.com/bigbluebutton/bbb-install/blob/ec26f92f10442387c15a3b7fd8de5b76c0b3bf72/bbb-install-2.6.sh#L294-L304

Is this the section that caused you troubles initially?

antobinary avatar Oct 22 '23 12:10 antobinary