Scalelite Update from 1.0.12.2 to lastest (v1.3.3.1 for now)

208 views
Skip to first unread message

Patrick Lemaire

unread,
Jun 17, 2022, 10:10:23 AM6/17/22
to BigBlueButton-Setup
Hi,
It's been a while since I installed scalelite version 1.0.12 with the method https://github.com/jfederico/scalelite-run
Now I would like to update the installation in a clean way.

As always, no clear documentation on data backup. Some pieces of information from place to place but nothing official.

For migrate, is it only need to change .env? :
  • SCALELITE_DOCKER_IMAGE=blindsidenetwks/scalelite:v1.0
=> SCALELITE_DOCKER_IMAGE=blindsidenetwks/scalelite:v1.3

And :
  • SCALELITE_RECORDINGS_DOCKER_IMAGE=bigbluebutton/bbb-playback-proxy:bionic-230-amazonlinux
=> SCALELITE_RECORDINGS_DOCKER_IMAGE=bigbluebutton/bbb-playback-proxy:bionic-240-amazonlinux

Then, launch : docker exec -t scalelite-api bundle exec rake db:migrate

Any advice? Tutorial?
I would feel better if I could save all data BEFORE attempting an upgrade.

Thanks,
Patrick

Bert Al.

unread,
Apr 4, 2024, 5:39:50 AM4/4/24
to BigBlueButton-Setup
Its been a while since this post but since i could not find anything else about this on the internet i decided to post an answer anyway.
(First on a copy of the server to test, always test before updating live.) 
1: docker-compose down
2: open .env file with nano and change the v1.0 to the number you want (i decided to upgrade to each version in between just to make sure it didnt skip any update processes, so just repeat these steps each time)
3: change the bbb-playback-proxy version, i only did this after all the upgrades (cfr: https://hub.docker.com/r/bigbluebutton/bbb-playback-proxy/tags?page=1 )
4: docker-compose up -d 
5: docker exec -t scalelite-api bundle exec rake db:migrate (this was only needed for v1.1 and v1.2 according to the release notes, obviously if you decide to update from 1.0 to 1.3 or higher you will have to also execute this command i guess, but as said previously, i upgraded to each version in between, so only executed this on 1.0->1.1 and 1.1->1.2)

This should leave you with an updated scalelite (i did have to reboot my server on one update because the scalelite didnt seem to be reachable but was immediatly back online after a reboot, ymmv)

This worked in my case without any issues, dont shoot the messenger if you have problems. 

Patrick Lemaire

unread,
Apr 4, 2024, 5:59:49 AM4/4/24
to BigBlueButton-Setup
Thank you Bert for taking some time to give me feedbacks. It's always appreciated.
I've started the operations described without any insurance but it worked!
However, I still haven't found any information on what to save to restore in the event of a crash. 
Reply all
Reply to author
Forward
0 new messages