Parser Updates
Parser updates are handled by scripts/update-parsers.sh in the license-monitor repository.
Common workflows
Section titled “Common workflows”Check for updates
Section titled “Check for updates”./scripts/update-parsers.sh --check-onlyPull-mode update on a host
Section titled “Pull-mode update on a host”sudo ./scripts/update-parsers.sh --self-updateUpdate specific parser type
Section titled “Update specific parser type”sudo ./scripts/update-parsers.sh --self-update --parser-type sidefxRoll back
Section titled “Roll back”sudo ./scripts/update-parsers.sh --rollbackMulti-server push mode
Section titled “Multi-server push mode”./scripts/update-parsers.sh --config servers.tomlSafety controls included by script
Section titled “Safety controls included by script”- Backup before overwrite
- Parser compatibility checks against installed binary version
- Optional service restart
- Dry-run support for change review