Actions
Bug #18965
closedDo not bring all services down during offline backup
Description
We do stop all katello services in our backup script. I don't think this is necessary, we only need to stop relevant services. These are good candidates NOT to stop:
'qpidd' => 10,
'qdrouterd' => 10,
'squid' => 10,
'foreman-proxy' => 20,
'goferd' => 30
I understand we have an online backup but this is not possible in all environments. Bringing qdrouterd down means users are hitting memory leaks in python-qpid client library when connection drops.
Please confirm if my assumtion of not bringing above services is correct.
Updated by Christine Fouant over 7 years ago
- Project changed from Katello to Packaging
- Category deleted (
Backup & Restore) - Pull request https://github.com/Katello/katello-packaging/pull/398 added
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello:katello-packaging|8a0f501219cc1cc95c7f2c02b4ef94290a74265e.
Updated by Eric Helms over 7 years ago
- Project changed from Packaging to Katello
- Pull request deleted (
https://github.com/Katello/katello-packaging/pull/398)
Updated by Eric Helms over 7 years ago
- Translation missing: en.field_release set to 211
Actions