diff --git a/docs/1.10/administration/upgrade/roll_back_upgrade.md b/docs/1.10/administration/upgrade/roll_back_upgrade.md index 8f678909c..f1e3c856c 100644 --- a/docs/1.10/administration/upgrade/roll_back_upgrade.md +++ b/docs/1.10/administration/upgrade/roll_back_upgrade.md @@ -6,6 +6,8 @@ If, for any reason, you need to roll back to the previous version of Harbor, perform the following steps. +**NOTE**: To roll back from an upgrade, you must have backed up the previous version of Harbor. For information about backing up Harbor before an upgrade, see [Upgrade Harbor and Migrate Data](upgrade_migrate_data.md). + 1. Stop and remove the current Harbor service if it is still running. ```sh diff --git a/docs/1.10/administration/upgrade/upgrade_migrate_data.md b/docs/1.10/administration/upgrade/upgrade_migrate_data.md index 83aeef691..02fd460e7 100644 --- a/docs/1.10/administration/upgrade/upgrade_migrate_data.md +++ b/docs/1.10/administration/upgrade/upgrade_migrate_data.md @@ -38,7 +38,7 @@ Since the migration might alter the database schema and the settings of `harbor. cp -r /data/database /my_backup_dir/ ``` -1. Get the latest Harbor release package from [https://github.com/goharbor/harbor/releases](https://github.com/goharbor/harbor/releases) +1. Get the latest Harbor release package from [https://github.com/goharbor/harbor/releases](https://github.com/goharbor/harbor/releases). 1. Before upgrading Harbor, perform migration. The migration tool is delivered as a docker image. You can pull the image from docker hub. Replace [tag] with the new Harbor version, for example v1.10.0, in the following command: @@ -65,6 +65,8 @@ Since the migration might alter the database schema and the settings of `harbor. 1. In the `./harbor` directory, run the `./install.sh` script to install the new Harbor instance. To install Harbor with components such as Notary, Clair, and chartmuseum, see [Run the Installer Script](../../install_config/run_installer_script.md) for more information. + +If you need to roll back to the previous version of Harbor, see [Roll Back from an Upgrade](roll_back_upgrade.md). ----------