botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
76 stars 88 forks source link

Web ui code editor file location or stored in database? #1706

Closed ResearchForumOnline closed 1 year ago

ResearchForumOnline commented 1 year ago

Describe the bug This file is not storing the data so where is the data in the database? data/global/botpress.config.json
I changed the file above but nothing changes, the webui code editor for botpress must be storing the data somewhere else?

To Reproduce edit config in the editor incorrectly, click save, causing Nginx 502 Bad Gateway nginx/1.18.0 (Ubuntu) and everything no longer works.

Expected behavior edit the config file using website domain where botpress is installed.

Naroh091 commented 1 year ago

What kind of storage are you using? If you're using the database BPFS storage then the changes are stored in your database.

ResearchForumOnline commented 1 year ago

BPFS

Yes postgres BPFS i am using that, never edited a postgres db, will reinstall maybe.