Connect as superadmin (credentials in /root/.mongodb_credentials)
Clone ctlive db
mongodump --db=ctlive --username superadmin -p "password" --host localhost -o ctlive.db --authenticationDatabase=admin
mongorestore -d 'ctlive_TENANTNAME' --username superadmin -p "password" --host localhost --authenticationDatabase=admin ctlive.db/ctlive/
Drop the following collections:
chatcontacts
chattranscripts
Create a ctlive user with limited access