¿Cómo actualizar BigBlueButton 2.2 a 2.3 (Ubuntu 16.04 a 18.04)?

En este artículo voy a mostrar un procedimiento para actualizar BigBlueButton  2.2 a 2.3. BigBlueButton 2.2 está usando Ubuntu 16.04 LTS pero BigBlueButton 2.3 necesita Ubuntu 18.04 LTS. Los desarrolladores de BigBlueButton  recomiendan instalar BigBlueButton 2.3 en un servidor Ubuntu 18.04 limpio, pero vamos a actualizar Ubuntu 16.04 a 18.04 siguiendo estos pasos. Esto ahorrará  tiempo  para transferir grabaciones de un servidor a otro servidor. Por favor, tenga en cuenta que debe tomar la copia de seguridad adecuada antes de comenzar. Compruebe algunas de las emocionantes  características de BigBlueButton 2.3. 

Inicie sesión en su servidor Ubuntu 16.04 LTS usando SSH &run los siguientes comandos. Por favor, asegúrese de que ha tomado la copia de seguridad adecuada. Todas las grabaciones se encuentran en el directorio /var/bigbluebutton.   Si tenía su desarrollo / configuración personalizada, asegúrese de que también ha realizado una copia de seguridad de ellos. 

1) En primer lugar, es necesario actualizar todos los paquetes y reiniciar el servidor. 

sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && apt autoremove -y
sudo reboot

2) Después de reiniciar el inicio de sesión del servidor de nuevo &ejecutar los siguientes comandos en el terminal. Deberá seguir las instrucciones de la salida. Puede continuar si ve algún paquete que falte de advertencia. La instalación de Ubuntu eliminará / actualizará esos paquetes automáticamente para usted. 

sudo bbb-conf --stop

## main packages
sudo apt purge -yq kurento-media-server nodejs yq bigbluebutton bbb-html5 certbot nginx nginx-common nginx-core

## optional packages but better to remove as BigBlueButton will install those again.
sudo apt purge -yq bbb-apps-akka bbb-apps-screenshare bbb-client bbb-freeswitch-core bbb-fsesl-akka bbb-red5 bbb-transcode-akka bbb-web bbb-record-core kms-core kms-elements mongodb-org mongodb-org-server ffmpeg redis-server openjdk-8-jre openjdk-8-jre-headless

sudo apt auto-remove -y

sudo add-apt-repository --remove ppa:rmescandon/yq -y
sudo add-apt-repository --remove ppa:libreoffice/ppa -y
sudo add-apt-repository --remove ppa:bigbluebutton/support -y
sudo add-apt-repository --remove ppa:certbot/certbot -y

## we'll remove some of the directories. Please take backup if need.
sudo rm -rf /etc/bigbluebutton
sudo rm -rf /usr/local/bigbluebutton
sudo rm -rf /var/log/bigbluebutton
sudo rm -rf /usr/share/bbb-web
sudo rm -rf /usr/share/red5
sudo rm -rf /var/lib/red5
sudo rm -rf /opt/freeswitch
sudo rm -rf /usr/share/etherpad-lite
sudo rm -rf /usr/lib/node_modules
sudo rm -rf /var/lib/mongodb

sudo rm -rf /etc/apt/sources.list.d/*
sudo rm -rf /var/lib/apt/lists/*

sudo mv -f /etc/apt/sources.list /etc/apt/sources.list.tmp

## This is for safety so that won't make conflict with other third party packages. We'll fixed it later.
sudo echo "deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse" > /etc/apt/sources.list

sudo apt clean && sudo apt update -y && sudo apt upgrade -y

sudo apt install -y update-manager-core

sudo do-release-upgrade

3) Si los procedimientos anteriores obtienen éxito &después de reiniciar, debería estar en Ubuntu 18.04 LTS :-). Ahora ejecute los siguientes comandos antes de instalar BigBlueButton 2.3. Puede editar enlaces de repositorio con su réplica favorita. 

sudo cat > /etc/apt/sources.list << HERE
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu bionic main restricted
# deb-src http://archive.ubuntu.com/ubuntu bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu bionic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu bionic universe
# deb-src http://archive.ubuntu.com/ubuntu bionic universe
deb http://archive.ubuntu.com/ubuntu bionic-updates universe
# deb-src http://archive.ubuntu.com/ubuntu bionic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu bionic multiverse
# deb-src http://archive.ubuntu.com/ubuntu bionic multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu bionic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://archive.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://archive.ubuntu.com/ubuntu bionic-security main restricted
deb http://archive.ubuntu.com/ubuntu bionic-security universe
# deb-src http://archive.ubuntu.com/ubuntu bionic-security universe
deb http://archive.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://archive.ubuntu.com/ubuntu bionic-security multiverse
HERE

sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
# if new Linux kernel was installed then better to reboot again before install BBB 2.3
sudo reboot 

4) Ahora es el momento de instalar BigBlueButton 2.3 ;

wget -qO- http://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-23 -s bbb.example.com -e Esta dirección de correo electrónico está siendo protegida contra los robots de spam. Necesita tener JavaScript habilitado para poder verlo.

Cambie el nombre del host y la dirección de correo electrónico de acuerdo con el suyo. Esto debería instalar BigBlueButton 2.3 en su servidor y podrá continuar usando sus grabaciones bigbluebutton 2.2. Si necesitas ayuda puedes ponerte en contacto con nosotros. Compruebe nuestros  servicios BigBlueButton &BigBlueButton Hosting.   

 

Problemas comunes: 

============ 

Problema 1: 

failed to create endpoint optimistic_haibt on network bridge: failed to add the host (veth6bc15c7) <=> sandbox (veth2de3a97) pair interfaces: operation not supported
dpkg: error processing package bbb-libreoffice-docker (--configure):

Solución: Esto sucede principalmente cuando se instaló el nuevo kernel. Por lo tanto, requerirá reiniciar el servidor &intentar de nuevo para ejecutar: 

sudo apt -f install

 Debe resolver el problema y luego ejecutar de nuevo bbb-install.sh continuar. 

We use cookies

Usamos cookies en nuestro sitio web. Algunas de ellas son esenciales para el funcionamiento del sitio, mientras que otras nos ayudan a mejorar el sitio web y también la experiencia del usuario (cookies de rastreo).