panda-rpki/docs/source/operations.rst
yuyr 2a0b5067bd
Some checks failed
ci / public-tree (push) Has been cancelled
ci / docs (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / docker-runtime (push) Has been cancelled
20260902 完成公开树清理与热点拆分
2026-09-02 11:48:36 +08:00

20 lines
754 B
ReStructuredText

Operations
==========
An operational run obtains RPKI repository data through the configured
transport, validates objects from the selected trust anchors, and writes
reports and state below RUN_ROOT. The helper script can repeat a run at an
interval and retain a bounded run history.
Before operating a long-running instance:
* choose explicit paths for state and logs;
* set bounded network timeouts;
* preserve reports needed for diagnosis;
* monitor exit status, validation failures, and storage growth; and
* test upgrades with the compatibility fixtures described in the testing guide.
The current checkout is not a published production release. Operators are
responsible for reviewing the source revision and deployment configuration
they use.