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

Essential parameter in the hook needs to be handled #1760

Open
asn1809 opened this issue Jan 22, 2025 · 0 comments
Open

Essential parameter in the hook needs to be handled #1760

asn1809 opened this issue Jan 22, 2025 · 0 comments

Comments

@asn1809
Copy link
Member

asn1809 commented Jan 22, 2025

When executing hooks, check for the parameter essential and follow the below guidelines for implementing the same:

Defines whether the hook is essential for a successful backup. Hooks defined as essential (which is the default) need to be processed successfully, otherwise the overall backup operation is considered to be fatally failed. In this case a rollback is initiated and the workflow is not process any further. For non-essential hooks an unsuccessful execution is tolerated, the processing of the workflow continues and the backup is reported as successful. The flag is only considered if the workflow is configured with "fail-on=essential-error". See workflow section for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant