Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not restore non-installed services #65

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. 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.
    kurik committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f963b71 View commit details
    Browse the repository at this point in the history