Decouple compression commands
What does this MR do and why?
Related issue: #454830 (closed)
This MR decouples the backup cli code from the Backup::Helper class from the rails codebase and removes the option of using ENV variables since we do not support those settings right now. Only gyip is supported.
The commands use the new API from the Shell module.
Shell::Pipeline has also been refactored to include a success?
method based on the outcome of running the pipeline, but this will be further improved and used in the next refactoring MR that adds the target for files.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.