/
New tenant on saas-ctlive1
New tenant on saas-ctlive1
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
use ctlive_ENGHOUSEAI
db.createUser(
{
user: "ctlive",
pwd: "PASSWORD",
roles: [ { role: "dbOwner", db: "ctlive_ENGHOUSEAI" }]
}
)
Append user to file /etc/opt/reitek/nodejs/ctliveCredentials.json
Restart ctlive_a
, multiple selections available,
Related content
VCC integration
VCC integration
More like this
Installation
Installation
Read with this
CTLive Agent Login and Logout
CTLive Agent Login and Logout
More like this
Virtual Agent
Virtual Agent
More like this