Bug 970146
| Summary: | db-control: verify online-backup should (at least) complain | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Matej Kollar <mkollar> |
| Component: | Server | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Matej Kollar <mkollar> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 560 | CC: | cperry |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-web-1.9.22-12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-01 21:53:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 924171 | ||
Fixed in spacewalk master by
commit 1879108ffc92e3f9e4847589556b2e2aaf49f433
970146 - fix db-control examine and verify for online backups
Satellite 5.6 has been released. This bug was tracked under the release. This bug was either VERIFIED or RELEASE_PENDING (re-verified prior shortly before release). Moving to CLOSED CURRENT_RELEASE. Text from Upgrade Erratum follows: Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1395.html |
Description of problem: Running `db-control verify $online_backup_file` prints (on stdout) ** Restoring from file $online_backup_file. Restoration complete. From what I know, we do not support verify on hot-backups. Version-Release number of selected component (if applicable): 5.6 How reproducible: always/deterministic Steps to Reproduce: mkdir $backupdir chmod a+wx $backupdir db-control online-backup $backupdir/backup # requested by db-control verify spacewalk-service --exclude=postgresql stop db-control verify $backupdir/backup 2>/dev/null Actual results: ... "** Restoring from file $backupdir/backup.\nRestoration complete.\n" Expected results: Shutting down db probably should not be requested. Warning that verifying on-line backups is not supported. Exit with non-zero value. Additional info: Differentiation based just on fact that cold-backup is directory while hot-backup is file may suffice(?).