This commit is contained in:
Silas Brack 2026-03-07 17:14:54 +01:00
parent 71abb1ed7d
commit 689b85e6f2
3 changed files with 53 additions and 6 deletions

View file

@ -27,7 +27,7 @@ curl http://localhost:3000/?prefix=path/to/
### Operations
```bash
# Rebuild index by scanning all volumes (disaster recovery)
# Rebuild index by scanning all volumes (stop the server first)
mkv -d /tmp/index.db -v http://vol1:8080,http://vol2:8080,http://vol3:8080 -r 2 rebuild
# Rebalance after adding/removing volumes (preview with --dry-run)