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_databases/databases_19_migrate_from_1AZ_to_3AZ/guide.en-gb.md
+24-26Lines changed: 24 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "How to move a database service from a single AZ region to a 3-AZ region"
3
3
excerpt: "Learn how to move your OVHcloud Public Cloud Database from a single AZ to a 3-AZ region and ensure high availability"
4
-
updated: 2025-08-08
4
+
updated: 2025-08-19
5
5
---
6
6
7
7
## Objective
@@ -21,9 +21,9 @@ Migrating your database service to a 3-AZ deployment significantly enhances its
21
21
22
22
For more detailed information on the deployment modes and their technical specifications, please refer to our dedicated guide: [Comparison of Public Cloud Databases Deployment Modes - Understanding 3-AZ / 1-AZ](/pages/public_cloud/public_cloud_databases/databases_18_regions_comparison).
23
23
24
-
Here is a list of currently support 1-AZ and 3-AZ regions for database services:
24
+
Here is a list of currently supported 1-AZ and 3-AZ regions for database services:
@@ -35,50 +35,51 @@ The migration from a Single-AZ region to a Multi-AZ region is reversible — ser
35
35
36
36
> [!tabs]
37
37
> Via the OVHcloud Control Panel
38
-
>> To move a database service from a 1-AZ to a 3-AZ region, log in to the OVHcloud Control Panel and open your Public Cloud project. Click `Databases`{.action} in the left navigation bar, select your database service then click the `Backups`{.action} tab.
38
+
>> To move a database service from a 1-AZ to a 3-AZ region, log in to the [OVHcloud Control Panel](/links/manager) and open your Public Cloud project. Click `Databases`{.action} in the left navigation bar, select your database service then click the `Backups`{.action} tab.
39
39
>>
40
-
>> 
40
+
>> {.thumbnail}
41
41
>>
42
42
>> Choose the backup from which you wish to fork, click on the `...`{.action} button and click on the `Duplicate (fork)`{.action} button.
43
43
>>
44
-
>> 
44
+
>> {.thumbnail}
45
45
>>
46
46
>> The page that appears allows you to configure your service and choose the destination region.<br>
47
47
>> Select the Restore point named `Backup`{.action}.
48
48
>>
49
-
>> 
49
+
>> {.thumbnail}
50
50
>>
51
51
>> Select a `3-AZ region`{.action}.
52
52
>>
53
-
>> 
53
+
>> {.thumbnail}
54
54
>>
55
-
>> Select your `plan`{.action} of the service.
55
+
>> Select a service `plan`{.action}.
56
56
>>
57
-
>> 
57
+
>> {.thumbnail}
58
58
>>
59
59
>> Select the `instance`{.action} that will host the service.
60
60
>>
61
-
>> 
61
+
>> {.thumbnail}
62
62
>>
63
-
>> Select the `storage`{.action} of the service.
63
+
>> Select the `storage`{.action} capacity of the service.
64
64
>>
65
-
>> 
65
+
>> {.thumbnail}
66
66
>>
67
67
>> If needed, you can edit the connectivity settings, then verify the IP addresses to whitelist (the list is pre-filled by default with the origin service's configuration).
>> > To interact with your Public Cloud Databases services via the OVHcloud API, make sure you've mastered the basics first by consulting our guide: [Public Cloud Databases - Getting started with APIs](/pages/public_cloud/public_cloud_databases/databases_02_order_api).
79
80
>> >
80
81
>>
81
-
>> To find the backup ID of a service, use this following API call:
82
+
>> To find the backup ID of a service, use the following API call:
82
83
>>
83
84
>> > [!api]
84
85
>> >
@@ -140,15 +141,12 @@ The migration from a Single-AZ region to a Multi-AZ region is reversible — ser
140
141
After your new 3-AZ database service has been successfully provisioned, it's crucial to validate its deployment and ensure your applications can connect to it.
141
142
142
143
1. Test the connection to your new service:
143
-
144
-
1. Use a database client (e.g., psql for PostgreSQL, mysql for MySQL) or a simple script to verify that you can connect to the new 3-AZ service's endpoint using its credentials.
145
-
2. Confirm that your data has been successfully migrated and is accessible.
146
-
144
+
1. Use a database client (e.g., psql for PostgreSQL, mysql for MySQL) or a simple script to verify that you can connect to the new 3-AZ service's endpoint using its credentials.
145
+
2. Confirm that your data has been successfully migrated and is accessible.
147
146
2. Configure your application to use the new service:
148
-
149
-
1. Update your application's configuration files or environment variables to point to the new 3-AZ database service's connection string (host, port, username, password).
150
-
2. Restart your application to apply the changes.
151
-
3. Thoroughly test your application's functionality to ensure it operates correctly with the new database endpoint.
147
+
1. Update your application's configuration files or environment variables to point to the new 3-AZ database service's connection string (host, port, username, password).
148
+
2. Restart your application to apply the changes.
149
+
3. Thoroughly test your application's functionality to ensure it operates correctly with the new database endpoint.
152
150
153
151
### Clean up
154
152
@@ -162,7 +160,7 @@ Follow these instructions to delete the old 1-AZ service:
162
160
> Via the OVHcloud Control Panel
163
161
>> Navigate to your list of database services, click on the `...`{.action} button on the service line and click on the `Delete`{.action} button to permanently delete the service.
164
162
>>
165
-
>> 
163
+
>> {.thumbnail}
166
164
>>
167
165
> Via the OVHcloud API
168
166
>> To delete your service, use the following API call:
@@ -179,4 +177,4 @@ We would love to help answer questions and appreciate any feedback you may have.
179
177
180
178
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
181
179
182
-
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
180
+
Are you on Discord? Connect to our channel at <https://discord.gg/ovhcloud> and interact directly with the team that builds our databases service!
0 commit comments