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:
Updated by John Mitsch over 7 years ago
- Subject changed from Can still run katello-restore for an online backup without pg_globals.dump to Can still run katello-restore for an online backup without pg_globals.dump
- Status changed from New to Rejected
- Assignee changed from Christine Fouant to John Mitsch
Updated by Eric Helms about 7 years ago
- Status changed from Rejected to Closed
- Translation missing: en.field_release set to 286
Updated by John Mitsch about 7 years ago
- Is duplicate of Bug #20633: katello-backup error message displays incorrect file added
Updated by John Mitsch about 7 years ago
- Is duplicate of deleted (Bug #20633: katello-backup error message displays incorrect file)
Updated by John Mitsch about 7 years ago
- Pull request https://github.com/Katello/katello-packaging/pull/501 added
Actions