Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not restore non-installed services
Some services might not be installed (i.e. redis) if a relevant subrole is not used (i.e. performancecopilot.metrics.redis). Thus an attempt to restore such a service fails. This commit adds a check for the service presence before its restoration.
- Loading branch information