You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/public_cloud/public_cloud_cross_functional/iaas-migration-steps/guide.en-gb.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ This guide aims to educate and support customers in migrating their infrastructu
10
10
11
11
It provides a step-by-step methodology for inventorying existing workloads, preparing a secure and scalable landing zone, and leveraging tools like Terraform/OpenTofu, Ansible, rclone, and rsync to automate deployment and data transfer.
12
12
13
-
The guide also outlines best practices for selecting compatible OVHcloud instance flavours, configuring networks, and ensuring service continuity during migration. By following this guide, users can build a robust, cost-optimised, and cloud-native infrastructure aligned with OVHcloud’s IaaS ecosystem.
13
+
The guide also outlines best practices for selecting compatible OVHcloud instance flavours, configuring networks, and ensuring service continuity during migration.
14
+
15
+
By following this guide, users can build a robust, cost-optimised, and cloud-native infrastructure aligned with OVHcloud’s IaaS ecosystem.
14
16
15
17
## Requirements
16
18
@@ -125,7 +127,7 @@ Be sure to use the same applications versions as in your source environment to e
125
127
126
128
Once configuration is complete, migrate your data using tools like rsync, scp, or database utilities, and validate that everything is working as expected.
127
129
128
-
### 7. Migrate block storage using rsync (or similar tool)
130
+
### 7. Migrate block storage using rsync (or a similar tool)
129
131
130
132
To move your block storage to OVHcloud, start by configuring your target storage volumes. You can do this either [manually on the instance](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) or automatically using tools like Ansible.
131
133
@@ -135,7 +137,7 @@ This method allows you to migrate data progressively and validate it as you go.
135
137
136
138
If you need help setting up this process or automating it across multiple instances, you can contact the OVHcloud [Professional Services](/links/professional-services) team.
137
139
138
-
### 8. Migrate object storage using rclone (or similar tool)
140
+
### 8. Migrate object storage using rclone (or a similar tool)
139
141
140
142
To transfer your object storage to OVHcloud, use a tool like rclone, which supports most S3-compatible services.
0 commit comments