Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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

  • No labels