Skip to content

Commit 351450b

Browse files
committed
add images
1 parent 16dc1a7 commit 351450b

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@
855855
+ [Reversibility Policy for Managed Relational Database Product](account_and_service_management/reversibility/07-rdb_mysql_postgre)
856856
+ [Reversibility Policy for the Managed Message Broker product](account_and_service_management/reversibility/14-reversibility-mdb)
857857
+ [Reversibility Policy for the Managed Data Visualization product](account_and_service_management/reversibility/15-reversibility-obs-data-visualization)
858+
+ [How to move a database service from a single AZ region to a 3-AZ region](public_cloud/public_cloud_databases/databases_19_migrate_from_1AZ_to_3AZ)
858859
+ [MongoDB](products/public-cloud-databases-mongodb)
859860
+ [Getting Started](public-cloud-databases-mongodb-getting-started)
860861
+ [MongoDB - Why MongoDB](public_cloud/public_cloud_databases/mongodb_17_why_mongodb)

pages/public_cloud/public_cloud_databases/databases_19_migrate_from_1AZ_to_3AZ/guide.en-gb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ For more detailed information on the deployment modes and their technical specif
126126
127127
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.
128128
129-
1\. Test the connection to your new service:
129+
1. Test the connection to your new service:
130130
131131
- 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.
132132
- Confirm that your data has been successfully migrated and is accessible.
133133
134-
2\. Configure your application to use the new service:
134+
2. Configure your application to use the new service:
135135
136136
- 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).
137137
- Restart your application to apply the changes.
@@ -149,7 +149,7 @@ Follow these instructions to delete the old 1-AZ service:
149149
> Via the OVHcloud Control Panel
150150
>> Navigate to your list of engine instances, click on the `...`{.action} button on the engine instance line and click on the `Delete`{.action} button to permanently delete the service.
151151
>>
152-
>> ![databases - delete the 1-AZ engine instance](images/databases_delete_1-AZ.png)
152+
>> ![databases - delete the 1-AZ engine instance](images/databases_delete_1az.png)
153153
>>
154154
> Via the OVHcloud API
155155
>> To delete your engine instance, use the following API call:
136 KB
Loading
155 KB
Loading
Loading

0 commit comments

Comments
 (0)