Actions
Bug #20632
closedCan still run katello-restore for an online backup without pg_globals.dump
Status:
Closed
Priority:
Normal
Assignee:
Category:
Backup & Restore
Target version:
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1482164
Description of problem:
An online backup produces pg_globals.dump. A user can still run katello-restore without this file, even though katello-restore expects it to be there.
Version-Release number of selected component (if applicable):
6.3.0
How reproducible:
%100
Steps to Reproduce:
1.katello-backup --online-backup /backup
2.change name of pg_globals.dump in backup
3.run katello-restore on backup
Actual results:
Katello-restore script executes
Expected results:
A warning message that pg_globals is missing/modified and script exits.
Additional info:
Actions