Commit 5f0d87

2025-10-04 11:59:42 theophile: openwebui backup instructions
procédure de sauvegarde.md ..
@@ 81,6 81,32 @@
To restore, the both should be in the same folder, for the Caddyfile contains
the paths to the different root folders for the websites hosted.
+ ### OpenWebUI
+
+ We do not backup the `ollama` models. We only handle the `openwebui` data.
+
+
+ - [Backing Up Your Instance - openwebUI docs](https://docs.openwebui.com/tutorials/maintenance/backups/#scripting-a-backup-job)
+
+
+ **Dir structure**:
+ ```
+ ├── audit.log
+ ├── cache/
+ ├── uploads/
+ ├── vector_db/
+ └── webui.db
+ ```
+
+ - Cold backup approach - Stops the container before backup for data integrity
+ Complete data backup - Copies the entire `/webui` folder including:
+
+ - webui.db (main database with chats, users, settings)
+ - uploads/ (uploaded files)
+ - cache/ (cached data)
+ - vector_db/ (RAG/Knowledge embeddings)
+
+
## Missing or broken installs
- archivebox
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9