Actions
Bug #18840
closedDocumentation Katello 3.2 upgrade documentation failure
Status:
Closed
Priority:
Normal
Assignee:
Category:
Documentation
Target version:
Difficulty:
easy
Triaged:
Description
During the Upgrade from Katello Capsule 3.1 to 3.2 I hit the following issue during the upgarde.
In point 2.2 Capsule Upgrade in Step 5 - Run Installer I had the follwoing issue.
There were a few parameter who are no longer availavle ( --capsule-certs-tar/--certs-regenerate )
foreman-installer --scenario capsule --upgrade\
--capsule-certs-tar ~/mycapsule.example.com-certs.tar\
--certs-update-all --certs-regenerate --deploy
I solved the issue with adjusted the parameter the following way:
foreman-installer --scenario capsule --upgrade --certs-tar /root/lx002046.ops.oce.net-certs.tar --foreman-proxy-register-in-foreman false --regenerate
Updated by Justin Sherrill over 7 years ago
- Status changed from New to Assigned
- Difficulty set to easy
- Pull request https://github.com/theforeman/theforeman.org/pull/828 added
Actions