Skip to content

[OCPBUGS-52991] : Correcting the typo for the path in section "3.2.6. Updating mirror registry for Red Hat OpenShift from a remote host" #90129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/mirror-registry-remote-host-update.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,4 +42,4 @@ Users who upgrade the _mirror registry for Red Hat OpenShift_ with the `./mirror
[source,terminal]
----
$ ./mirror-registry upgrade -v --targetHostname <remote_host_url> --targetUsername <user_name> -k ~/.ssh/my_ssh_key --sqliteStorage <example_directory_name>/quay-storage
----
----