Database Maintenance
Last updated
Last updated
All your data is stored in a local SQLite database. To prevent data loss, it's highly recommended to back up your data regularly.
Go to Settings > Advanced > Data Management. Find the "Database Maintenance" section.
There are 3 operations you can do:
Take a full backup: take a back up of your SQLite database
Optimize Full-text Search index: optimize the FTS index for your chat data
Reclaim Disk Space: perform a VACCUMN
operation.
Your database is stored in this location:
For website version: ~/Library/Application Support/co.podzim.BoltGPT/db.sqlite
For Setapp version: ~/Library/Application Support/co.podzim.BoltGPT-setapp/db.sqlite
To restore your backup:
Make sure you've taken a full backup of your database
Quit BoltAI
Copy and place the backup.db
to the location above
Open BoltAI
WARNING
Unlike the data import & export feature, this operation will replace your data completely.
Make sure you've taken a full backup before proceeding or it might result in data loss.