Note about mongodb downgrade

This commit is contained in:
Stephen Paul Weber 2022-09-21 13:04:00 -05:00
parent a352e6b9e0
commit d6b187966f
No known key found for this signature in database
GPG key ID: D11C2911CE519CDE

View file

@ -53,3 +53,10 @@
sudo docker exec greenlight-v2 update-ca-certificates
2. Visit https://ubuntu1804bbb.vm/ in your browser, create an account, click Home, then Start to begin
6. Until https://github.com/ebbba-org/ansible-role-bigbluebutton/issues/328 is resolved you can ssh into the box and do this to use an AGPL MongoDB:
sudo apt remove mongodb-org mongodb-org-server mongodb-org-tools mongodb-org-mongos mongodb-org-shell
sudo rm /etc/apt/sources.list.d/*mongo*
sudo apt update
sudo apt install mongodb