Bug 1415270
Summary: | [RFE] katello-backup shuts down satellite without prompting user | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Chris Duryee <cduryee> |
Component: | Backup & Restore | Assignee: | Christine Fouant <cfouant> |
Status: | CLOSED NOTABUG | QA Contact: | Lai <ltran> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.2.6 | CC: | bbuckingham, bkearney, cfouant, jcallaha, mmccune |
Target Milestone: | Unspecified | Keywords: | FutureFeature, Triaged, UserExperience |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-09-19 14:36:39 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: |
Description
Chris Duryee
2017-01-20 17:27:40 UTC
The latest version from upstream properly keeps services online: # ./katello-backup --skip-pulp-content --online-backup /var/tmp Starting backup: 2017-01-20 13:15:09 -0500 Creating backup folder /var/tmp/katello-backup-2017-01-20T13:15:09-05:00 Backing up config files... tar: Removing leading `/' from member names Done. Backing up postgres db... Done. Backing up mongo db... Done. Done with backup: 2017-01-20 13:21:53 -0500 **** BACKUP Complete, contents can be found in: /var/tmp/katello-backup-2017-01-20T13:15:09-05:00 **** but we still need a confirm flag. Created redmine issue http://projects.theforeman.org/issues/18328 from this bug Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/18328 has been resolved. katello-backup does provide the message that it's being replaced by foreman-maintain backup as seen below: -bash-4.2# katello-backup --skip-pulp-content --online-backup /var/tmp IMPORTANT: katello-backup has been removed in favor of 'foreman-maintain backup'. This change happened in order to support remote databases and a newer mongo version. Please update your scripts and/or cron jobs. Ran foreman-mantain backup and successfully backed up system with both online and offline options as seen below: Done with backup: 2018-09-19 10:28:27 -0400 **** BACKUP Complete, contents can be found in: /var/tmp/satellite-backup-2018-09-19-10-24-58 **** Marking this as The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |