Changeset - d6b187966f5a
[Not reviewed]
master
0 1 0
Stephen Paul Weber (singpolyma) - 19 months ago 2022-09-21 18:09:08
singpolyma@singpolyma.net
Note about mongodb downgrade
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
...
 
@@ -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
0 comments (0 inline, 0 general)