Skip to content

Commit 16056f8

Browse files
committed
Update MySQL capabilities
1 parent 5879d5f commit 16056f8

15 files changed

+495
-225
lines changed

pages/platform/databases/mysql_01_capabilities/guide.de-de.md

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ section: MySQL - Guides
66
order: 010
77
routes:
88
canonical: 'https://docs.ovh.com/gb/en/publiccloud/databases/mysql/capabilities/'
9-
updated: 2023-01-19
9+
updated: 2023-04-14
1010
---
1111

12-
**Last updated January 19th, 2023**
12+
**Last updated April 14th, 2023**
1313

1414
## Objective
1515

@@ -38,7 +38,7 @@ The Public Cloud Databases offer supports the following MySQL versions:
3838

3939
- MySQL 8.0
4040

41-
MySQL recommends always installing and using the latest stable version.
41+
Please refer to the [DBMS lifecycle policy guide](https://docs.ovh.com/de/publiccloud/databases/lifecycle-policy/) for recommendations on version upgrades and end of life announcements of major versions. MySQL recommends always installing and using the latest stable version.
4242

4343
### MySQL connectors
4444

@@ -62,6 +62,9 @@ Here is an overview of the various plans' capabilities:
6262

6363
Your choice of plan affects the number of nodes your cluster can run, the SLA, and a few other features such as read replicas or backup retention.
6464

65+
> [!primary]
66+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
67+
6568
#### Nodes and replicas
6669

6770
- **Essential**: the cluster can support at most one node.
@@ -78,16 +81,25 @@ If any, license cost is included inside the service plans. You can't bring your
7881

7982
Here are the node types you can choose from:
8083

81-
| Name | Disk (GB) | Cores | Memory (GB) |
82-
| ------- | --------- | ----- | ----------- |
83-
| db1-7 | 160 | 2 | 7 |
84-
| db1-15 | 320 | 4 | 15 |
85-
| db1-30 | 640 | 8 | 30 |
86-
| db1-60 | 1280 | 16 | 60 |
87-
| db1-120 | 2560 | 32 | 120 |
84+
| Name | Storage | vCore | Memory (GB) |
85+
| ------- | ----------------------- | ----- | ----------- |
86+
| db1-4 | From 80 GB to 240 GB | 1 | 4 |
87+
| db1-7 | From 160 GB to 480 GB | 2 | 7 |
88+
| db1-15 | From 320 GB to 960 GB | 4 | 15 |
89+
| db1-30 | From 640 GB to 1.92 TB | 8 | 30 |
90+
| db1-60 | From 1.28 TB to 3.84 TB | 16 | 60 |
91+
| db1-120 | From 2.56 TB to 7.68 TB | 32 | 120 |
8892

8993
Right now, all nodes of a given cluster should be of the same type and live in the same region.
9094

95+
#### Flexible storage
96+
97+
You can increased the storage of your cluster up to the maximum allowed for a given reference. Please refer to the [Resize your cluster storage guide](https://docs.ovh.com/de/publiccloud/databases/resize-cluster-storage/) for more information.
98+
99+
#### Node template upgrade
100+
101+
You can upgrade the node template of your cluster to scale your hardware resources up. This operation causes no interruption of service but be aware that you will not be able to downgrade the node template afterwards.
102+
91103
#### Disk type
92104

93105
The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/de/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage.
@@ -102,8 +114,11 @@ The disk size listed above is the total disk size of the underlying machine. How
102114

103115
We try hard to avoid "disk full" situations that could be harmful to cluster health. Therefore:
104116

105-
1. When reaching 97% capacity, the customer will have his database instance moved in "DISK_FULL" state, and 'read-only" mode, meaning no more writes can be done.
106-
2. You then have the ability to upgrade to a higher service plan with more storage.
117+
1. When reaching a concerning level of disk usage, a warning email is sent.
118+
2. When reaching a concerning level of disk usage, the service is moved in the "DISK_FULL" state, and "read-only" mode, meaning no more writes can be done.
119+
3. You then have the ability to upgrade to a higher service plan with more storage.
120+
121+
See the [Handling «Disk Full» situations documentation](https://docs.ovh.com/de/publiccloud/databases/handling-disk-full/) for more information.
107122

108123
### Features
109124

@@ -120,7 +135,11 @@ Here are some considerations to take into account when using private network:
120135
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
121136
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
122137

138+
##### Authorised IPs
139+
140+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable. ##### Authorised IPs
123141

142+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
124143

125144
#### Maximum simultaneous connections
126145

@@ -132,7 +151,7 @@ Note that the MySQL max-connections setting is always set to one higher (e.g. 52
132151

133152
#### Advanced parameters
134153

135-
We do not currently support MySQL advanced parameters.
154+
You can customize your MySQL further through the use of advanced parameters. See the [Advanced parameters references documentation](https://docs.ovh.com/de/publiccloud/databases/mysql/advanced-parameters-references/) for more information about which ones are supported.
136155

137156
#### Backups
138157

@@ -144,8 +163,7 @@ We do not currently support MySQL advanced parameters.
144163

145164
#### Logs and metrics
146165

147-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
148-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
166+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your MySQL logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/de/publiccloud/databases/cross-service-integration/) for more information.
149167

150168
- **Logs retention**: 1000 lines of logs
151169
- **Metrics retention**: 1 calendar month

pages/platform/databases/mysql_01_capabilities/guide.en-asia.md

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: mysql/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for MySQL
55
section: MySQL - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-14
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 14th, 2023**
1111

1212
## Objective
1313

@@ -36,7 +36,7 @@ The Public Cloud Databases offer supports the following MySQL versions:
3636

3737
- MySQL 8.0
3838

39-
MySQL recommends always installing and using the latest stable version.
39+
Please refer to the [DBMS lifecycle policy guide](https://docs.ovh.com/asia/en/publiccloud/databases/lifecycle-policy/) for recommendations on version upgrades and end of life announcements of major versions. MySQL recommends always installing and using the latest stable version.
4040

4141
### MySQL connectors
4242

@@ -60,6 +60,9 @@ Here is an overview of the various plans' capabilities:
6060

6161
Your choice of plan affects the number of nodes your cluster can run, the SLA, and a few other features such as read replicas or backup retention.
6262

63+
> [!primary]
64+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
65+
6366
#### Nodes and replicas
6467

6568
- **Essential**: the cluster can support at most one node.
@@ -76,16 +79,25 @@ If any, license cost is included inside the service plans. You can't bring your
7679

7780
Here are the node types you can choose from:
7881

79-
| Name | Disk (GB) | Cores | Memory (GB) |
80-
| ------- | --------- | ----- | ----------- |
81-
| db1-7 | 160 | 2 | 7 |
82-
| db1-15 | 320 | 4 | 15 |
83-
| db1-30 | 640 | 8 | 30 |
84-
| db1-60 | 1280 | 16 | 60 |
85-
| db1-120 | 2560 | 32 | 120 |
82+
| Name | Storage | vCore | Memory (GB) |
83+
| ------- | ----------------------- | ----- | ----------- |
84+
| db1-4 | From 80 GB to 240 GB | 1 | 4 |
85+
| db1-7 | From 160 GB to 480 GB | 2 | 7 |
86+
| db1-15 | From 320 GB to 960 GB | 4 | 15 |
87+
| db1-30 | From 640 GB to 1.92 TB | 8 | 30 |
88+
| db1-60 | From 1.28 TB to 3.84 TB | 16 | 60 |
89+
| db1-120 | From 2.56 TB to 7.68 TB | 32 | 120 |
8690

8791
Right now, all nodes of a given cluster should be of the same type and live in the same region.
8892

93+
#### Flexible storage
94+
95+
You can increased the storage of your cluster up to the maximum allowed for a given reference. Please refer to the [Resize your cluster storage guide](https://docs.ovh.com/asia/en/publiccloud/databases/resize-cluster-storage/) for more information.
96+
97+
#### Node template upgrade
98+
99+
You can upgrade the node template of your cluster to scale your hardware resources up. This operation causes no interruption of service but be aware that you will not be able to downgrade the node template afterwards.
100+
89101
#### Disk type
90102

91103
The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/asia/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage.
@@ -100,8 +112,11 @@ The disk size listed above is the total disk size of the underlying machine. How
100112

101113
We try hard to avoid "disk full" situations that could be harmful to cluster health. Therefore:
102114

103-
1. When reaching 97% capacity, the customer will have his database instance moved in "DISK_FULL" state, and 'read-only" mode, meaning no more writes can be done.
104-
2. You then have the ability to upgrade to a higher service plan with more storage.
115+
1. When reaching a concerning level of disk usage, a warning email is sent.
116+
2. When reaching a concerning level of disk usage, the service is moved in the "DISK_FULL" state, and "read-only" mode, meaning no more writes can be done.
117+
3. You then have the ability to upgrade to a higher service plan with more storage.
118+
119+
See the [Handling «Disk Full» situations documentation](https://docs.ovh.com/asia/en/publiccloud/databases/handling-disk-full/) for more information.
105120

106121
### Features
107122

@@ -118,7 +133,11 @@ Here are some considerations to take into account when using private network:
118133
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
119134
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
120135

136+
##### Authorised IPs
137+
138+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable. ##### Authorised IPs
121139

140+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
122141

123142
#### Maximum simultaneous connections
124143

@@ -130,7 +149,7 @@ Note that the MySQL max-connections setting is always set to one higher (e.g. 52
130149

131150
#### Advanced parameters
132151

133-
We do not currently support MySQL advanced parameters.
152+
You can customize your MySQL further through the use of advanced parameters. See the [Advanced parameters references documentation](https://docs.ovh.com/asia/en/publiccloud/databases/mysql/advanced-parameters-references/) for more information about which ones are supported.
134153

135154
#### Backups
136155

@@ -142,8 +161,7 @@ We do not currently support MySQL advanced parameters.
142161

143162
#### Logs and metrics
144163

145-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
146-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
164+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your MySQL logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/asia/en/publiccloud/databases/cross-service-integration/) for more information.
147165

148166
- **Logs retention**: 1000 lines of logs
149167
- **Metrics retention**: 1 calendar month

pages/platform/databases/mysql_01_capabilities/guide.en-au.md

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: mysql/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for MySQL
55
section: MySQL - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-14
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 14th, 2023**
1111

1212
## Objective
1313

@@ -36,7 +36,7 @@ The Public Cloud Databases offer supports the following MySQL versions:
3636

3737
- MySQL 8.0
3838

39-
MySQL recommends always installing and using the latest stable version.
39+
Please refer to the [DBMS lifecycle policy guide](https://docs.ovh.com/au/en/publiccloud/databases/lifecycle-policy/) for recommendations on version upgrades and end of life announcements of major versions. MySQL recommends always installing and using the latest stable version.
4040

4141
### MySQL connectors
4242

@@ -60,6 +60,9 @@ Here is an overview of the various plans' capabilities:
6060

6161
Your choice of plan affects the number of nodes your cluster can run, the SLA, and a few other features such as read replicas or backup retention.
6262

63+
> [!primary]
64+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
65+
6366
#### Nodes and replicas
6467

6568
- **Essential**: the cluster can support at most one node.
@@ -76,16 +79,25 @@ If any, license cost is included inside the service plans. You can't bring your
7679

7780
Here are the node types you can choose from:
7881

79-
| Name | Disk (GB) | Cores | Memory (GB) |
80-
| ------- | --------- | ----- | ----------- |
81-
| db1-7 | 160 | 2 | 7 |
82-
| db1-15 | 320 | 4 | 15 |
83-
| db1-30 | 640 | 8 | 30 |
84-
| db1-60 | 1280 | 16 | 60 |
85-
| db1-120 | 2560 | 32 | 120 |
82+
| Name | Storage | vCore | Memory (GB) |
83+
| ------- | ----------------------- | ----- | ----------- |
84+
| db1-4 | From 80 GB to 240 GB | 1 | 4 |
85+
| db1-7 | From 160 GB to 480 GB | 2 | 7 |
86+
| db1-15 | From 320 GB to 960 GB | 4 | 15 |
87+
| db1-30 | From 640 GB to 1.92 TB | 8 | 30 |
88+
| db1-60 | From 1.28 TB to 3.84 TB | 16 | 60 |
89+
| db1-120 | From 2.56 TB to 7.68 TB | 32 | 120 |
8690

8791
Right now, all nodes of a given cluster should be of the same type and live in the same region.
8892

93+
#### Flexible storage
94+
95+
You can increased the storage of your cluster up to the maximum allowed for a given reference. Please refer to the [Resize your cluster storage guide](https://docs.ovh.com/au/en/publiccloud/databases/resize-cluster-storage/) for more information.
96+
97+
#### Node template upgrade
98+
99+
You can upgrade the node template of your cluster to scale your hardware resources up. This operation causes no interruption of service but be aware that you will not be able to downgrade the node template afterwards.
100+
89101
#### Disk type
90102

91103
The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-au/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage.
@@ -100,8 +112,11 @@ The disk size listed above is the total disk size of the underlying machine. How
100112

101113
We try hard to avoid "disk full" situations that could be harmful to cluster health. Therefore:
102114

103-
1. When reaching 97% capacity, the customer will have his database instance moved in "DISK_FULL" state, and 'read-only" mode, meaning no more writes can be done.
104-
2. You then have the ability to upgrade to a higher service plan with more storage.
115+
1. When reaching a concerning level of disk usage, a warning email is sent.
116+
2. When reaching a concerning level of disk usage, the service is moved in the "DISK_FULL" state, and "read-only" mode, meaning no more writes can be done.
117+
3. You then have the ability to upgrade to a higher service plan with more storage.
118+
119+
See the [Handling «Disk Full» situations documentation](https://docs.ovh.com/au/en/publiccloud/databases/handling-disk-full/) for more information.
105120

106121
### Features
107122

@@ -118,7 +133,11 @@ Here are some considerations to take into account when using private network:
118133
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
119134
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
120135

136+
##### Authorised IPs
137+
138+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable. ##### Authorised IPs
121139

140+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
122141

123142
#### Maximum simultaneous connections
124143

@@ -130,7 +149,7 @@ Note that the MySQL max-connections setting is always set to one higher (e.g. 52
130149

131150
#### Advanced parameters
132151

133-
We do not currently support MySQL advanced parameters.
152+
You can customize your MySQL further through the use of advanced parameters. See the [Advanced parameters references documentation](https://docs.ovh.com/au/en/publiccloud/databases/mysql/advanced-parameters-references/) for more information about which ones are supported.
134153

135154
#### Backups
136155

@@ -142,8 +161,7 @@ We do not currently support MySQL advanced parameters.
142161

143162
#### Logs and metrics
144163

145-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
146-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
164+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your MySQL logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/au/en/publiccloud/databases/cross-service-integration/) for more information.
147165

148166
- **Logs retention**: 1000 lines of logs
149167
- **Metrics retention**: 1 calendar month

0 commit comments

Comments
 (0)