From afdcd27a89eb53e68e93cdc5c1dae6137d209987 Mon Sep 17 00:00:00 2001 From: Gagan Mahto <60207668+gagankrmahto@users.noreply.github.com> Date: Wed, 12 Mar 2025 07:56:24 +0530 Subject: [PATCH] [OCPBUGS-52991] : Correcting the typo for the path in section "3.2.4. Updating mirror registry for Red Hat OpenShift from a local host" Correcting the typo for the path in section "3.2.4. Updating mirror registry for Red Hat OpenShift from a local host" --- modules/mirror-registry-localhost-update.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mirror-registry-localhost-update.adoc b/modules/mirror-registry-localhost-update.adoc index da6248bd2dce..01d0afa5cef3 100644 --- a/modules/mirror-registry-localhost-update.adoc +++ b/modules/mirror-registry-localhost-update.adoc @@ -16,7 +16,7 @@ When upgrading from version 1 to version 2, be aware of the following constraint ** You must not use the _mirror registry for Red{nbsp}Hat OpenShift_ user interface (UP). ** Do not access the `sqlite-storage` Podman volume during the upgrade. ** There is intermittent downtime of your mirror registry because it is restarted during the upgrade process. -** PostgreSQL data is backed up under the `/$HOME/quay-instal/quay-postgres-backup/` directory for recovery. +** PostgreSQL data is backed up under the `/$HOME/quay-install/quay-postgres-backup/` directory for recovery. ==== .Prerequisites @@ -51,4 +51,4 @@ $ sudo ./mirror-registry upgrade --quayHostname --quayRoot /sqlite-storage -v ----- \ No newline at end of file +----