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 Anonymous about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello:katello-packaging|8a0f501219cc1cc95c7f2c02b4ef94290a74265e.
Actions