Description of problem: The Satellite restore from backup fails if "/etc/pulp/certs/database_fields.symmetric.key" is not included in Satellite backup. If the Pulpcore feature is disabled or not detected, then Satellite backup does not include the mentioned "symmetric.key" file on the backup. Version-Release number of selected component (if applicable): Satellite 6.12 Steps to Reproduce: 1. Ensure 'Pulpcore' feature is some how disabled or is not detected on Satellite. 2. Take the Satellite backup using 'satellite-maintain' utility. Actual results: The "/etc/pulp/certs/database_fields.symmetric.key" is not included in Satellite backup Expected results: The "/etc/pulp/certs/database_fields.symmetric.key" is not included in Satellite backup should be included in Satellite backup even if the Pulpcore feature is disabled or not detected on Satellite.
The pulpcore feature is confined to the `pulpcore-api` service being enabled. Can you show us `systemctl show pulpcore-api` of that system?
Err, systemctl status pulpcore-api
looking at the sosreport: * pulpcore-api.service - Pulp API Server Loaded: loaded (/etc/systemd/system/pulpcore-api.service; disabled; vendor preset: disabled) Active: inactive (dead) * pulpcore-content.service - Pulp Content App Loaded: loaded (/etc/systemd/system/pulpcore-content.service; disabled; vendor preset: disabled) Active: inactive (dead) So yeah, something is wrong with that box, not with foreman-maintain.