Bug 1610970
| Summary: | Puppet Enterprise conflict during satellite-installer --upgrade | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Mike McCune <mmccune> |
| Component: | Puppet | Assignee: | satellite6-bugs <satellite6-bugs> |
| Status: | CLOSED WONTFIX | QA Contact: | Nikhil Kathole <nkathole> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.2 | CC: | bkearney, cmarinea, dgross, ekohlvan, ktordeur, nkathole, sghai, spetrosi, tbrisker |
| Target Milestone: | Unspecified | Keywords: | Reopened, Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Release Note | |
| Doc Text: |
Puppet Enterprise is not supported on Satellite Server. If you have it installed, perform the following actions to avoid conflicts after the upgrade:
. Move the cache from `/var/lib/puppet/foreman_cache_data` to `/opt/puppetlabs/puppet/cache/`:
+
----
# mkdir -p /opt/puppetlabs/puppet/cache/
# cp -r /var/lib/puppet/foreman_cache_data /opt/puppetlabs/puppet/cache/
----
. Run the `satellite-installer --upgrade` script to apply changes.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-01 13:31:48 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
Mike McCune
2018-08-01 18:28:03 UTC
This is really a tracker bug for a release note. I am moving this to ON_QA for verification with the workaround. VERIFIED performed upgrade from 6.3.3 to 6.4 snap 21 using provided workaround for db clone and upgrade. The provided workaround worked. Steps performed: 1. mkdir -p /opt/puppetlabs/puppet/cache/ 2. cp -r /var/lib/puppet/foreman_cache_data /opt/puppetlabs/puppet/cache/ 3. satellite-installer --upgrade Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2927 This is not closed as there is no baked-in method to prevent the error outlined in the original comment in the bug. I'm going to re-open this. Satellite 6.4 is now End of Life. These bus will not be fixed on the 6.4 stream. Users of Satellite should upgrade to the latest version of Satellite to get access to the most current set of bugfixes and feature improvements. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |