Skip to content

Commit cb46d68

Browse files
EN proof
1 parent b3a79da commit cb46d68

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

pages/platform/private-registry/eol-harbor-1.10/guide.en-gb.md

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: 'End Of Life (EOL) Harbor 1.10 - How to replicate and migrate your data to an Harbor 2.x'
3-
excerpt: 'Find out how to replicate an old private registry (in Harbor 1.1x) to a recent OVhcloud Managed Private Registry (in Harbor 2.x)'
4-
slug: eol-harbor-1.10
5-
section: 'Getting started'
2+
title: "End Of Life (EOL) Harbor 1.10 - How to replicate and migrate your data to Harbor 2.x"
3+
excerpt: "Find out how to replicate an old private registry (in Harbor 1.1x) to a recent OVHcloud Managed Private Registry (in Harbor 2.x)"
4+
slug: eol-harbor-v110
5+
section: "Getting started"
66
order: 06
77
updated: 2023-03-09
88
---
@@ -33,19 +33,19 @@ updated: 2023-03-09
3333

3434
## Objective
3535

36-
OVHcloud Managed Private Registry service provides you a managed, authenticated Docker registry where you can privately store your Docker images.
36+
The OVHcloud Managed Private Registry service provides you a managed, authenticated Docker registry where you can privately store your Docker images.
3737

38-
Managed Private Registry is built on Open Source solutions, such as Docker, and the CNCF Harbor project, to guarantee its interoperability.
38+
Managed Private Registry is built on Open Source solutions such as Docker and the CNCF Harbor project, to guarantee its interoperability.
3939

40-
The Managed Private Registries based on Harbor 1.x will terminate on August, 1st 2023. So the aim of this guide is to show you how to create a new private registry (based on Harbor 2.x) and migrate your data from your 1.x private registry to this new one.
40+
The Managed Private Registries based on Harbor 1.x will terminate on August 1st 2023. The aim of this guide is to show you how to create a new private registry (based on Harbor 2.x) and migrate your data from your 1.x private registry to this new one.
4141

4242
## Instructions
4343

44-
First, follow the [Creating a private registry](../creating-a-private-registry/) guide to create a new private registry named `my-new-registry` for example, with the latest version of Harbor.
44+
First, follow the guide [Creating a private registry](https://docs.ovh.com/gb/en/private-registry/creating-a-private-registry/) to create a new private registry named `my-new-registry` for example, with the latest version of Harbor.
4545

4646
![My new private registry](images/my-new-registry-02.png)
4747

48-
Follow the [Connecting to the UI](../connecting-to-the-ui/) guide to connect to your new private registry.
48+
Follow the guide [Connecting to the UI](https://docs.ovh.com/gb/en/private-registry/connecting-to-the-ui/) to connect to your new private registry.
4949

5050
Now you will configure a replication between your old private registry (in Harbor 1.x) and the new one.
5151

@@ -65,19 +65,19 @@ Now fill the form with the following information:
6565

6666
![New private registry endpoint](images/new-registry-endpoint.png){.thumbnail}
6767

68-
Click on `Test connection`{.action} button to ping the private registry and test your information.
68+
Click on the button `Test connection`{.action} to ping the private registry and test your information.
6969

7070
![New private registry endpoint](images/connection-tested-ok.png){.thumbnail}
7171

72-
Click on `OK` button to save your information.
72+
Click on the button `OK`{.action} to save your information.
7373

7474
![New private registry endpoint](images/new-registry-endpoint-created.png){.thumbnail}
7575

7676
In the `Administration` menu, click on `Replications`{.action}.
7777

7878
![Replications](images/replications.png){.thumbnail}
7979

80-
Click on `New replication rule`{.action} button to create a new rule.
80+
Click on the button `New replication rule`{.action} to create a new rule.
8181

8282
Now fill the form with the following information:
8383

@@ -94,28 +94,34 @@ Now fill the form with the following information:
9494
9595
![New replicaton rule](images/new-replication-rule.png){.thumbnail}
9696

97-
Click on `Save`{.action} button to save your information.
97+
Click on `Save`{.action} to save your information.
9898

9999
![Replication rule created](images/replication-rule-created.png){.thumbnail}
100100

101-
To run manually a replication rule, select your replication rule and click on `Replicate` button.
101+
To run manually a replication rule, select your replication rule and click on the `Replicate`{.action} button.
102102

103103
![Replication rule](images/replicate-button.png){.thumbnail}
104104

105-
Then, click on `Replicate`{.action} button to run the replication.
105+
Then click on `Replicate`{.action} to run the replication.
106106

107107
![Replication rule](images/are-you-sure.png){.thumbnail}
108108

109-
You should see, in the `Executions` section, the status of the replication.
109+
You should be able to see the status of the replication in the `Executions` section.
110110

111-
First your replication should be in `InProgress` status and then, after waiting several seconds, the status should change to `Succeeded`.
111+
First your replication should be in the status `InProgress` and then, after waiting several seconds, the status should change to `Succeeded`.
112112

113113
![Replication rule](images/execution-status.png){.thumbnail}
114114
![Replication rule](images/execution-status-success.png){.thumbnail}
115115

116116
> [!primary]
117117
>
118-
> If you run several times the same replications and you have Helm charts, the replication can fail the second time, but it will work.
118+
> If you run the same replications several times and you have Helm charts, the replication can fail the second time but it will work.
119119
120-
Finally, you must reconfigure your Harbor instance (users, robot accounts, garbage collection, retention rules...).
121-
Once your registry is replicated, change both the Harbor URL and credentials in your CI/CD and deployment platform if not already done.
120+
Finally, you must reconfigure your Harbor instance (users, robot accounts, garbage collection, retention rules, etc.).
121+
Once your registry is replicated, change both the Harbor URL and the credentials in your CI/CD and deployment platform if not already done.
122+
123+
## Go further
124+
125+
To have an overview of OVHcloud Managed Private Registry service, you can consult the [OVHcloud Managed Private Registry site](https://docs.ovh.com/gb/en/private-registry/).
126+
127+
Join our community of users on <https://community.ovh.com/en/>.

0 commit comments

Comments
 (0)