Skip to content

Commit

Permalink
Fix satellite_backup() using removed setting
Browse files Browse the repository at this point in the history
(cherry picked from commit 277caf9)
  • Loading branch information
lpramuk committed Sep 16, 2022
1 parent 38c2f08 commit 0a91b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions upgrade/helpers/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1361,8 +1361,7 @@ def satellite_backup():
preyum_time = datetime.now().replace(microsecond=0)
with fabric_settings(warn_only=True):
output = run(f"satellite-maintain backup {satellite_backup_type} "
f"--skip-pulp-content -y {settings.clone.backup_dir}"
f"_{satellite_backup_type}")
f"--skip-pulp-content -y /tmp")
postyum_time = datetime.now().replace(microsecond=0)
logger.highlight(f'Time taken by {satellite_backup_type} satellite backup - '
f'{str(postyum_time - preyum_time)}')
Expand Down

0 comments on commit 0a91b08

Please sign in to comment.