Skip to content

Commit 56a1792

Browse files
fix(rdb): remove mentions of legacy
1 parent b571576 commit 56a1792

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

pages/managed-databases-for-postgresql-and-mysql/concepts.mdx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,10 @@ Database Instances have settings that allow you to tune the behavior of their da
2525

2626
## Block Storage
2727

28-
Block Storage is a storage type similar to [Block Storage Legacy](#block-storage-legacy) that provides lower latency and high resiliency through 5k IOPS. You can increase your volume size to up to 10 TB.
28+
Block Storage is a storage type that is decoupled from your compute resources. Scaleway's Block Storage provides low latency and high resiliency through 5k and 15k IOPS. You can increase your volume size to up to 10 TB.
2929

3030
Refer to the [Block Storage documentation section](/block-storage/concepts/) to learn more about this volume type.
3131

32-
<Message type="note">
33-
New Block storage volumes are only available with new-generation node types and in the PAR and AMS regions.
34-
</Message>
35-
36-
## Block Storage Legacy
37-
38-
Block Storage Legacy is a volume type that is decoupled from your compute resources. You can increase your storage space to up to 10 TB without changing your node type.
39-
4032
## Clone feature
4133

4234
Clone is a feature that allows you to create a full copy of your Database Instance, including users and permissions, at a point in time. This new Instance is fully independent of its parent.
@@ -122,10 +114,6 @@ A database type that uses the relational model, which means that it stores and p
122114

123115
## Volume type
124116

125-
This is the type of storage used on your Database Instances. Three types are available: [Local Storage](#local-storage), [Block Storage Legacy](#block-storage-legacy), and [Block Storage](#block-storage).
126-
127-
<Message type="note">
128-
New Block Storage volumes are only available with new-generation node types and only in the PAR and AMS regions.
129-
</Message>
117+
This is the type of storage used on your Database Instances. Two types are available: [Local Storage](#local-storage) and [Block Storage](#block-storage).
130118

131119
You can select the volume type upon Database Instance creation, and you can [change the type](/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type/) anytime.

pages/managed-databases-for-postgresql-and-mysql/how-to/create-read-replica.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Read Replicas allow you to scale your Database Instance for read-heavy database
3333
- **Same AZ**: Your Read Replica is hosted in the same AZ as your main Database Instance. We recommend this option for low-latency workflows.
3434
- **Multi-AZ**: Your Read Replica is hosted in a different AZ, ensuring the resilience of your Replica. We recommend this option for ensuring the availability of your infrastructure, and improving your disaster recovery plan.
3535

36-
<Message type="important">
37-
[Block Storage volumes](/managed-databases-for-postgresql-and-mysql/concepts/#block-storage) are currently not available with Multi-AZ Read Replicas.
38-
</Message>
39-
4036
6. Select the network type. Two types are available:
4137

4238
- **Public network** - Resources in a public network are publicly visible by default. The default Access Control List (ACL) settings allow anybody to connect to resources in your network. You can restrict access by configuring ACLs in the Allowed IPs section.

0 commit comments

Comments
 (0)