Operationalize RC10 data retention
This commit is contained in:
@@ -293,6 +293,24 @@ The configured upload limit is shared by FastAPI and the generated nginx
|
||||
runtime configuration. Values outside `1..2048` MiB are rejected before the
|
||||
active application is replaced.
|
||||
|
||||
## Data operations
|
||||
|
||||
`GEOINTEL_BACKUPS_PATH` defaults to
|
||||
`/mnt/user/appdata/geointel/backups` and is mounted read-only at
|
||||
`/app/backups`. Explicit cleanup commands can therefore verify a recent
|
||||
backup without permission to alter it.
|
||||
|
||||
These commands are non-mutating:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/audit_data_operations.py
|
||||
docker exec geointel python /app/scripts/cleanup_storage_artifacts.py
|
||||
```
|
||||
|
||||
The full backup, confirmation, candidate-limit and apply sequence is in
|
||||
`docs/DATA_OPERATIONS_RUNBOOK.md`. GeoIntel installs no automatic cleanup
|
||||
schedule.
|
||||
|
||||
## Safe cleanup
|
||||
|
||||
Safe cache cleanup if Docker build cache fills the Unraid Docker image:
|
||||
|
||||
Reference in New Issue
Block a user