Note about mongodb downgrade
This commit is contained in:
parent
a352e6b9e0
commit
d6b187966f
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue