docs: add note about verifying container name for backup commands

Co-authored-by: gabriel20xx <21219769+gabriel20xx@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-29 15:57:17 +00:00
co-authored by gabriel20xx
parent 14471bd5de
commit e72186f08d
+3
View File
@@ -443,6 +443,9 @@ Response:
- Persists across container restarts - Persists across container restarts
- Backup database: - Backup database:
```bash ```bash
# Verify container name first
docker ps
# Then backup (default container name is collabtable-server)
docker cp collabtable-server:/data/collabtable.db ./backup.db docker cp collabtable-server:/data/collabtable.db ./backup.db
``` ```
- Restore database: - Restore database: