1.1 KiB
1.1 KiB
Operations Guide
Install
./install.sh
The installer is idempotent:
- existing
.envis kept; - existing Docker/Compose installation is reused;
- repeated loading of packaged ours RP, Prometheus and Grafana ARM64 images is safe;
- existing data directory is reused.
Start
./start.sh
Start without waiting for the first snapshot:
./start.sh --no-wait-first-run
Stop and Restart
./stop.sh
./restart.sh
Status Checks
./status.sh
./self-check.sh
Important checks:
- Docker/Compose availability;
- runtime, Prometheus and Grafana images exist;
HOST_DATA_DIRis writable;- Compose config is valid;
- latest run status;
- metrics, Prometheus and Grafana endpoints.
Upgrade
Extract the new package, reuse the existing .env and HOST_DATA_DIR, then run:
./upgrade.sh
Upgrade does not delete runtime data.
Cleanup
./cleanup.sh --keep-runs 100
./cleanup.sh --keep-runs 100 --execute
Cleanup is dry-run by default. Add --execute after reviewing the output.