Hotfix on top of v0.9.9.2 — fixes #383 (mbunkus): service refused to start with ModuleNotFoundError: No module named 'pegaprox.api.dr_drill' after update.
Root cause: dr_drill.py plus 18 other files were on disk and shipped via the GitHub archive, but missing from the per-file update_files list in version.json. When the updater fell through to the file-by-file fallback, those files never landed.
Manifest corrected. Coverage now 100 %.
If your instance is in the broken state right now:
sudo curl -sfL https://raw.githubusercontent.com/PegaProx/project-pegaprox/main/pegaprox/api/dr_drill.py \
-o /opt/PegaProx/pegaprox/api/dr_drill.py
sudo systemctl restart pegaprox
sudo /opt/PegaProx/update.sh