You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you should have an installation configuration file located at
202
+
*_~/.config/openshift/installer.cfg.yml_*. The quick installer requires this file to
203
+
start an upgrade.
204
+
205
+
The quick installer supports upgrading between minor versions of {product-title}
206
+
(one minor version at a time, e.g., 3.5 to 3.6) as well as between
207
+
xref:../../release_notes/ocp_3_6_release_notes.adoc#ocp-36-asynchronous-errata-updates[asynchronous errata updates] within a minor version (e.g., 3.6.z).
208
+
209
+
If you have an older format installation configuration file in
210
+
*_~/.config/openshift/installer.cfg.yml_* from an installation of a previous
211
+
cluster version, the quick installer will attempt to upgrade the file to the new supported
212
+
format. If you do not have an installation configuration file of any format, you
213
+
can
214
+
xref:../../install_config/install/quick_install.adoc#defining-an-installation-configuration-file[create one manually].
215
+
216
+
To start an upgrade with the quick installer:
217
+
218
+
. Satisfy the steps in xref:preparing-for-an-automated-upgrade[Preparing for an Automated Upgrade] to ensure you are using the latest upgrade playbooks.
219
+
220
+
. Run the quick installer with the `upgrade` subcommand:
221
+
+
222
+
----
223
+
# atomic-openshift-installer upgrade
224
+
----
225
+
. Then, follow the on-screen instructions to upgrade to the latest release.
226
+
+
227
+
[NOTE]
228
+
====
229
+
If the quick installer fails, note the error output and check
230
+
xref:upgrading_known_issues.adoc#install-config-upgrading-known-issues[Known Issues] for any additional steps.
0 commit comments