Skip to content

Commit ed51411

Browse files
committed
proofreading
1 parent 80cedef commit ed51411

File tree

5 files changed

+176
-179
lines changed

5 files changed

+176
-179
lines changed

pages/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
+ [Hosted Private Cloud Reversibility Policy](account_and_service_management/reversibility/02-hosted-private-cloud-reversibility-policy)
8383
+ [Politique de réversibilité de VMware on OVHcloud sous la qualification SecNumCloud](account_and_service_management/reversibility/05-snc-vmware-reversibility-policy)
8484
+ [Dedicated Servers Reversibility Policy](account_and_service_management/reversibility/01-dedicated-servers-reversibility-policy)
85-
+ [Reversibility Policy for Managed Document Database Product](public_cloud/public_cloud_databases/reversbility/rdb_mysql_postgre)
85+
+ [Reversibility Policy for Managed Relational Database Product](public_cloud/public_cloud_databases/reversbility/rdb_mysql_postgre)
8686
+[Reversibility Policy for Managed Document Database Product](public_cloud/public_cloud_databases/reversbility/ddb_mongo)
8787
+ [Responsibility sharing](account-and-service-management-responsibility-sharing)
8888
+ [Dedicated servers - Shared Responsibility](account_and_service_management/responsibility_sharing/dedicated-servers)
@@ -754,7 +754,7 @@
754754
+ [Public Cloud Databases - How to setup a service integration](public_cloud/public_cloud_databases/databases_07_cross_service_integration)
755755
+ [Public Cloud Databases - How to fetch service metrics with Prometheus](public_cloud/public_cloud_databases/databases_17_metrics_via_prometheus)
756756
+[Reversbility]
757-
+[Reversibility Policy for Managed Document Database Product](public_cloud/public_cloud_databases/reversbility/rdb_mysql_postgre)
757+
+[Reversibility Policy for Managed Relational Database Product](public_cloud/public_cloud_databases/reversbility/rdb_mysql_postgre)
758758
+[Reversibility Policy for Managed Document Database Product](public_cloud/public_cloud_databases/reversbility/ddb_mongo)
759759
+ [MongoDB](products/public-cloud-databases-mongodb)
760760
+ [Getting Started](public-cloud-databases-mongodb-getting-started)
Lines changed: 43 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,75 @@
11
---
22
title: "Reversibility Policy for Managed Document Database Product"
3-
updated: 2025-06-06
3+
updated: 2025-06-12
44
---
55

6-
**Objective**
6+
## Objective
77

88
This document outlines the reversibility policy for the product line Managed Document Database covering OVHcloud offer MongoDB.
99

1010
This policy aims to implement the general principles of reversibility and our compliance with the SWIPO IaaS Code of Conduct for cloud providers.
1111

12-
**List of features**
12+
## List of features
1313

14-
The functionalities of the Product are divided into three categories:
14+
The functionalities of the product line Managed Document Database are divided into three categories:
1515

16-
* The main features for which we guarantee you the possibility to migrate.
17-
* OVHcloud is currently in operation, and the migration will require adaptations to a new environment.
18-
* Specified functionalities whose migration as such is impossible to guarantee because they are linked to the OVHcloud environment or specific developments.
16+
1. **Core features** for which we guarantee migration capability.
17+
1. **OVHcloud implementations** that require adaptation to a new environment for migration.
18+
1. **Specific features** that cannot be guaranteed for migration as they are tied to the OVHcloud environment or involve custom developments.
1919

20-
**Main features**
20+
### 1 - Core features
2121

22-
| **Function** | **Description** | **Formats** **Available** | **Migration model** | **Documentation available** |
22+
| **Function** | **Description** | **Available formats** | **Migration model** | **Available documentation** |
2323
| --- | --- | --- | --- | --- |
24-
| Document oriented database | Flexible JSON/BSON data storage for high scalability | BSON, JSON, CSV | **Incoming** : import via mongorestore/mongoimport <br><br> **Outgoing** : export via mongodump/mongoexport | [MongoDB documentation](https://docs.mongodb.com/) |
25-
| Open-source MongoDB compatibility | Standard version of MongoDB without modification, facilitating portability | Standard MongoDB (CLI, API, tools) | **Incoming** : direct integration <br><br> **Outgoing** : full export without adaptation | [MongoDB](https://help.ovhcloud.com/csm/en-gb-documentation-public-cloud-databases-mongodb?id=kb_browse_cat&kb_id=574a8325551974502d4c6e78b7421938&kb_category=7165a1f6259c6110f0782e7048ecedec&spa=1) |
26-
| High availability | Replica sets ensuring redundancy and auto recovery | N/A | **Incoming** : configuration of replicas at import <br><br> **Outgoing** : export and deployment on another cluster | [Replication](https://docs.mongodb.com/manual/replication/) |
27-
| Automatic backups | Daily backups with possibility of restoration | Snapshots MongoDB | **Incoming** : restoration possible <br><br> **Outgoing:** manual download/export required | [MongoDB Backups](docs/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore) |
24+
| Document oriented database | Flexible JSON/BSON data storage for high scalability. | BSON, JSON, CSV | **Incoming**: Import via mongorestore/mongoimport. <br> **Outgoing**: Export via mongodump/mongoexport. | [MongoDB documentation](https://docs.mongodb.com/){.external} |
25+
| Open-source MongoDB compatibility | Standard version of MongoDB without modification, facilitating portability. | Standard MongoDB (CLI, API, tools) | **Incoming**: Direct integration. <br> **Outgoing**: Full export without adaptation. | [MongoDB](/products/public-cloud-databases-mongodb) |
26+
| High availability | Replica sets ensuring redundancy and auto recovery. | N/A | **Incoming**: Configuration of replicas at import. <br> **Outgoing**: Export and deployment on another cluster. | [Replication](https://docs.mongodb.com/manual/replication/){.external} |
27+
| Automatic backups | Daily backups with possibility of restoration. | Snapshots MongoDB | **Incoming**: Restoration possible. <br> **Outgoing**: Manual download/export required. | [MongoDB Backups](/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore) |
2828

29-
**OVHcloud Implementation**
29+
### 2 - OVHcloud implementations
3030

31-
| **Function** | **Description** | **Available formats** | **Migration model** | **Documentation available** |
31+
| **Function** | **Description** | **Available formats** | **Migration model** | **Available documentation** |
3232
| --- | --- | --- | --- | --- |
33-
| OVHcloud Dashboard | MongoDB cluster management and monitoring interface | N/A | **Incoming** : initial configuration via the interface <br><br> **Outgoing** : administration interrupted after termination | [MongoDB](https://help.ovhcloud.com/csm/en-gb-documentation-public-cloud-databases-mongodb?id=kb_browse_cat&kb_id=574a8325551974502d4c6e78b7421938&kb_category=7165a1f6259c6110f0782e7048ecedec&spa=1) |
34-
| Integrated monitoring | Performance tracking via metrics in the interface | N/A | **Incoming** : alert configuration <br><br> **Outgoing** : to be reconfigured in another environment | [MongoDB](https://help.ovhcloud.com/csm/en-gb-documentation-public-cloud-databases-mongodb?id=kb_browse_cat&kb_id=574a8325551974502d4c6e78b7421938&kb_category=7165a1f6259c6110f0782e7048ecedec&spa=1) |
35-
| Network security (ACL) | IP filtering, TLS/SSL, and access restricted by vRack | IP, TLS/SSL | **Incoming** : definition of security rules <br><br> **Outgoing** : export configuration | [MongoDB](https://help.ovhcloud.com/csm/en-gb-documentation-public-cloud-databases-mongodb?id=kb_browse_cat&kb_id=574a8325551974502d4c6e78b7421938&kb_category=7165a1f6259c6110f0782e7048ecedec&spa=1) |
33+
| OVHcloud Dashboard | MongoDB cluster management and monitoring interface. | N/A | **Incoming**: Initial configuration via the interface. <br> **Outgoing**: Administration interrupted after termination. | [MongoDB](/products/public-cloud-databases-mongodb) |
34+
| Integrated monitoring | Performance tracking via metrics in the interface. | N/A | **Incoming**: Alert configuration. <br> **Outgoing**: To be reconfigured in another environment. | [MongoDB](/products/public-cloud-databases-mongodb) |
35+
| Network security (ACL) | IP filtering, TLS/SSL, and access restricted by vRack. | IP, TLS/SSL | **Incoming**: Definition of security rules. <br> **Outgoing**: Export configuration. | [MongoDB](/products/public-cloud-databases-mongodb) |
3636

37-
**Specific features**
37+
### 3 - Specific features
3838

39-
| **Function** | **Description** | **Available formats** | **Migration model** | **Documentation available** |
39+
| **Function** | **Description** | **Available formats** | **Migration model** | **Available documentation** |
4040
| --- | --- | --- | --- | --- |
41-
| Private network OVHcloud (vRack) | Connection with other OVHcloud services in private network | N/A | **Incoming** : config vRack <br><br> **Outgoing** : non-transferable functionality | [vRack](docs/pages/public_cloud/public_cloud_databases/databases_08_vrack) |
42-
| Updates managed by OVHcloud | MongoDB versioning by OVHcloud | N/A | **Incoming** : check compatibility <br><br> **Outgoing** : migration under client responsibility | [MongoDB](https://help.ovhcloud.com/csm/en-gb-documentation-public-cloud-databases-mongodb?id=kb_browse_cat&kb_id=574a8325551974502d4c6e78b7421938&kb_category=7165a1f6259c6110f0782e7048ecedec&spa=1) |
43-
| Anti-DDoS | Anti-DDoS is a set of equipment and means put in place to absorb denial-of-service attacks. It includes traffic analysis, “aspiration” to a dedicated network and mitigation, provided by VAC technology developed by OVHcloud. | N/A | **Incoming migration** : The anti-DDoS system is a component of our infrastructure, enabled by default. No action required. <br><br> **Outbound migration** : Order and configure an anti-DDoS with the new provider. | [OVHcloudDDoS Protection](https://www.ovh.com/fr/anti-ddos/) |
41+
| Private network OVHcloud (vRack) | Connection with other OVHcloud services in private network. | N/A | **Incoming**: Config vRack. <br> **Outgoing**: Non-transferable functionality. | [vRack](/pages/public_cloud/public_cloud_databases/databases_08_vrack) |
42+
| Updates managed by OVHcloud | MongoDB versioning by OVHcloud. | N/A | **Incoming**: Check compatibility. <br> **Outgoing**: Migration under client responsibility. | [MongoDB](/products/public-cloud-databases-mongodb) |
43+
| Anti-DDoS | Anti-DDoS is a set of tools and mechanisms designed to absorb denial-of-service attacks. It includes traffic analysis, "scrubbing" through a specialized network, and mitigation handled by the VAC technology developed by OVHcloud. | N/A | **Incoming**: The anti-DDoS system is a component of our infrastructure, enabled by default. No action required. <br> **Outgoing**: Order and configure an anti-DDoS with the new provider. | [OVHcloudDDoS Protection](/links/security/antiddos) |
4444

45-
**List of architectures**
45+
## List of architectures
4646

47-
Managed MongoDB relies on a distributed architecture with Replica Sets to ensure high availability. Data is distributed across multiple nodes with regular backups, continuous monitoring and integrated security tools.
47+
Managed MongoDB relies on a distributed architecture with Replica Sets to ensure high availability.
4848

49-
**Partner services**
49+
Data is distributed across multiple nodes with regular backups, continuous monitoring and integrated security tools.
5050

51-
OVHcloud partners are listed with the keyword **Cloud Migration** in the [dedicated directory](https://partner.ovhcloud.com/fr/directory/).
51+
## Partners services
5252

53-
OVHcloud also has a dedicated service: [OVHcloud Professional Services](https://www.ovhcloud.com/fr/professional-services/)
53+
The OVHcloud partners concerned are listed in the [OVHcloud partners](/links/partner) directory under the **"cloud migration"** keywords.
5454

55-
**Cost and costs**
55+
OVHcloud also has a dedicated service: [OVHcloud Professional Services](/links/professional-services).
5656

57-
Features described in tables are free of charge unless otherwise stated, and are freely usable by the customer
57+
## Cost and Fees
5858

59-
Billing is based on cluster size, storage capacity, and backups. There is no exit fee, but the data must be exported before termination as it will be deleted.
59+
Features described in tables are free of charge unless otherwise stated, and are freely usable by the customer.
6060

61-
**Data retention after termination of the contract**
61+
Billing is based on cluster size, storage capacity, and backups.
6262

63-
After termination, all data from the instance is permanently deleted including backups made by OVHcloud. It is the responsibility of the customer to complete the export before the end of the service, with OVHcloud not retaining any copies.
63+
There is no exit fee, but the data must be exported before termination as it will be deleted.
6464

65-
OVHcloud does not guarantee the use and availability of backups to restore customer data after termination of the service*.*
65+
## Data retention after termination of the contract
6666

67-
Primary instances are deleted immediately and backups are kept between 2 days and one month depending on the options specified in the contract.
67+
> [!warning]
68+
>
69+
> OVHcloud does not guarantee the use and availability of backups to restore customer data after termination of the service.
70+
71+
After termination, all data from the instance is permanently deleted including backups made by OVHcloud.
72+
73+
It is the responsibility of the customer to complete the export before the end of the service, with OVHcloud not retaining any copies.
74+
75+
Primary instances are **deleted immediately**, and **backups are retained for a period ranging from 2 days to 1 month** depending on the options specified in the contract.

0 commit comments

Comments
 (0)