...
Kbot works with a database. Everything you view inside the Administration console comes from the DB, anything that you change is saved to the database. The database contains two types of information:
Configuration: This will be also saved in GIT files
Data: This is about the Users, the Conversations and the Analytics, it will stay in the database and is not part of the git managed content.
Configuration flow
The following diagram depicts the possible environments, their users, their DB, and their relationships through the Git repository that contains the full environment configuration.
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Overall update process
Changes review
...