Add rpm repair tip for Katello upgrade#4717
Open
ianballou wants to merge 1 commit intotheforeman:3.18from
Open
Add rpm repair tip for Katello upgrade#4717ianballou wants to merge 1 commit intotheforeman:3.18from
ianballou wants to merge 1 commit intotheforeman:3.18from
Conversation
|
The PR preview for 0ae5f7f is available at theforeman-foreman-documentation-preview-pr-4717.surge.sh The following output files are affected by this PR: |
| To resolve https://github.com/pulp/pulp_rpm/issues/4073[Pulp RPM bug #4073], run the following after upgrading: | ||
|
|
||
| ``` | ||
| sudo -u pulp PULP_SETTINGS='/etc/pulp/settings.py' DJANGO_SETTINGS_MODULE='pulpcore.app.settings' pulpcore-manager rpm-datarepair 4073 |
Contributor
There was a problem hiding this comment.
Suggested change
| sudo -u pulp PULP_SETTINGS='/etc/pulp/settings.py' DJANGO_SETTINGS_MODULE='pulpcore.app.settings' pulpcore-manager rpm-datarepair 4073 | |
| # sudo -u pulp PULP_SETTINGS='/etc/pulp/settings.py' DJANGO_SETTINGS_MODULE='pulpcore.app.settings' pulpcore-manager rpm-datarepair 4073 |
| There are no upgrade warnings with Katello {KatelloVersion}. | ||
| To resolve https://github.com/pulp/pulp_rpm/issues/4073[Pulp RPM bug #4073], run the following after upgrading: | ||
|
|
||
| ``` |
Contributor
There was a problem hiding this comment.
Suggested change
| ``` | |
| ---- |
same applies to line 91.
| ``` | ||
| sudo -u pulp PULP_SETTINGS='/etc/pulp/settings.py' DJANGO_SETTINGS_MODULE='pulpcore.app.settings' pulpcore-manager rpm-datarepair 4073 | ||
| ``` | ||
| Related: https://projects.theforeman.org/issues/39108 |
Contributor
There was a problem hiding this comment.
Suggested change
| Related: https://projects.theforeman.org/issues/39108 | |
| For more information, see https://projects.theforeman.org/issues/39108[#39108]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are you introducing?
Tells users to run a Pulp data repair command on the Foreman 3.18 upgrade.
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
It is required to fully resolve pulp/pulp_rpm#4073
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
Contributor checklists
Please cherry-pick my commits into: