Actions
Bug #31328
closedgetting online backup related warning while performing offline incremental backup.
Difficulty:
Triaged:
No
Bugzilla link:
Description
Description of problem:
getting online backup related warning while performing offline incremental backup.
Version-Release number of selected component (if applicable):
- Satellite 6.8.0 snap 19
- rubygem-foreman_maintain-0.6.13-1.el7sat.noarch
How reproducible:
- Always
Steps to Reproduce:
1. Perform offline incremental backup.
Actual results:
- foreman-maintain backup offline -y -f -s -p -i /mnt/satellite-backup-2020-10-14-09-51-45/ --features dns,tfp,dhcp,openscap --include-db-dumps /tmp/backup-CKMJwHBcgt/
Starting backup: 2020-10-14 10:05:00 +0530
Running preparation steps required to run the next scenarios ================================================================================
Make sure Foreman DB is up:
/ Checking connection to the Foreman DB [OK]
--------------------------------------------------------------------------------
Make sure Candlepin DB is up:
- Checking connection to the Candlepin DB [OK]
--------------------------------------------------------------------------------
Make sure Mongo DB is up:
\ Checking connection to the Mongo DB [OK]
--------------------------------------------------------------------------------
Checks whether the tools for Mongo DB are installed: [OK]
--------------------------------------------------------------------------------
Data consistency warning:
- WARNING: The online backup is intended for making a copy of the data
- for debugging purposes only. The backup routine can not ensure 100% consistency while the
- backup is taking place as there is a chance there may be data mismatch between
- Mongo and Postgres databases while the services are live. If you wish to utilize the online backup
- for production use you need to ensure that there are no modifications occurring during
- your backup run.
Do you want to proceed? (assuming yes)
Expected results:
Following warning is not present during offline incremental backup.
- WARNING: The online backup is intended for making a copy of the data
- for debugging purposes only. The backup routine can not ensure 100% consistency while the
- backup is taking place as there is a chance there may be data mismatch between
- Mongo and Postgres databases while the services are live. If you wish to utilize the online backup
- for production use you need to ensure that there are no modifications occurring during
- your backup run.
Additional info:
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_maintain/pull/423 added
Updated by Amit Upadhye almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_maintain|64d27015c238f16f1a15e51e8a2776d15903f821.
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman_maintain/pull/437 added
Actions