bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
794 stars 3.8k forks source link

Migrate v2 to v3 on the same server #5599

Open ghost opened 10 months ago

ghost commented 10 months ago

I would like to have to option on the install script to migrate from v2 to v3 without having to manually edit the script until it works.

Our setup is as follows: 1 Greenlight server that also has other network services (but no other BBB components), 1 Scalelite server, X BigBlueButton servers. The test environment has Greenlight and BigBlueButton on the same machine.

While I do understand that it is not recommended to run v2 and v3 on the same machine, the required DNS changes (for 2 separate machines) alone would create a significant downtime for our users. Therefore an option in gl-install.sh to have v3 installed on a server that's already running v2 and even BBB would be great.

ghost commented 10 months ago

I have provided a proposed solution: https://github.com/bigbluebutton/greenlight/pull/5600