avoid vcenter totals pages scanning whole database
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-09 13:44:43 +11:00
parent c66679a71f
commit 5736dc6929
11 changed files with 991 additions and 195 deletions

View File

@@ -80,6 +80,13 @@ use:
vctp -settings /path/to/vctp.yml -db-cleanup
```
If you want a one-time cache backfill for the vCenter totals cache tables
(`vcenter_latest_totals` and `vcenter_aggregate_totals`) and exit, use:
```shell
vctp -settings /path/to/vctp.yml -backfill-vcenter-cache
```
## Database Configuration
By default the app uses SQLite and creates/opens `db.sqlite3`.