Skip to content

Modify file restore to rectify tar issue

Jason Colyer requested to merge backup_restore_fix_issue_46891 into master

What does this MR do?

This submits a proposed code change to rectify the issue occurring when performing a restore on distros that are using older tar versions (CentOS 6, RHEL 6, etc.). This would instead use Open3.pipeline_start, which would allow for catching the STDERR and applying conditional logic to determine if it should raise a Backup::Error.

What are the relevant issue numbers?

#46891 (moved)

Does this MR meet the acceptance criteria?

Edited by Rémy Coutable

Merge request reports