From aae1f2441e2b70180a591e7bf1d5f0394412a446 Mon Sep 17 00:00:00 2001 From: Gagan Mahto <60207668+gagankrmahto@users.noreply.github.com> Date: Wed, 12 Mar 2025 07:36:07 +0530 Subject: [PATCH] Correcting the typo for the path quay-install Correcting the typo for the path, /$HOME/quay-instal/quay-postgres-backup/ It should be /$HOME/quay-install/quay-postgres-backup/ --- modules/mirror-registry-remote-host-update.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mirror-registry-remote-host-update.adoc b/modules/mirror-registry-remote-host-update.adoc index ec7c347f56b6..b495055ac603 100644 --- a/modules/mirror-registry-remote-host-update.adoc +++ b/modules/mirror-registry-remote-host-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 @@ -42,4 +42,4 @@ Users who upgrade the _mirror registry for Red Hat OpenShift_ with the `./mirror [source,terminal] ---- $ ./mirror-registry upgrade -v --targetHostname --targetUsername -k ~/.ssh/my_ssh_key --sqliteStorage /quay-storage ----- \ No newline at end of file +----