Skip to content

Commit f4b413f

Browse files
committed
fix(vpcrdb): correct routing info
1 parent 37a5472 commit f4b413f

File tree

6 files changed

+12
-2
lines changed

6 files changed

+12
-2
lines changed

pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-private-network.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This improves performance by reducing the latency between your application and y
2222
You can create new Database Instances to attach to your Private Network, or attach existing ones.
2323

2424
<Message type="note">
25-
Managed Databases for PostgreSQL and MySQL is compatible with the [VPC routing](/vpc/concepts/#routing) feature, which allows you to connect one or more Database Instances in Private Network to resources in other Private Networks of the same VPC. Refer to the [How to manage routing](/vpc/how-to/manage-routing/) documentation page for more information.
25+
Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with the [VPC routing](/vpc/concepts/#routing) feature, which allows you to connect one or more Database Instances in a Private Network to resources in other Private Networks of the same VPC. Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well. Refer to the [How to manage routing](/vpc/how-to/manage-routing/) documentation page for more information about VPC routing.
2626
</Message>
2727

2828
<Requirements />

pages/vpc/faq.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Yes, use the [Network ACL feature](/vpc/reference-content/understanding-nacls/)
4343
NACLs are currently in Public Beta, and configurable only via the [VPC API](https://www.scaleway.com/en/developers/api/vpc/) and developer tools. This feature will be coming soon to the Scaleway console.
4444
</Message>
4545

46+
### Why can I not route traffic to my Managed Database on another Private Network?
47+
48+
Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with [VPC routing](/vpc/concepts/#routing). Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
49+
4650
### How are NACLs different from security groups?
4751

4852
[Security groups](/instances/how-to/use-security-groups/) filter **public** traffic on your Instances, whereas NACLs filter traffic to/from Private Networks only.

pages/vpc/how-to/manage-routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Follow the steps below to define a custom route:
195195

196196
8. Enter a **next hop** for the route. The VPC will route traffic for the destination IP to the resource designated as next hop.
197197
- Select the Private Network which the next hop resource is attached to.
198-
- Select a resource type: **Instance**, **Public Gateway** or **Elastic Metal**.
198+
- Select a resource type, e.g. **Instance**, **Public Gateway** or **Elastic Metal**.
199199
- Select the **name** of the specific resource you want to route traffic to. The resource must be attached to a Private Network in this VPC.
200200

201201
<Message type="note">

pages/vpc/reference-content/understanding-routing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,5 @@ Alternatively, and aligned with best practice, when the default NACL rule **Deni
158158

159159
## Limitations
160160

161+
- Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with VPC routing. Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
161162
- VPC routing does not currently support virtual IPs.

pages/vpc/troubleshooting/vpc-limitations.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ This page sets out some current limitations of Scaleway's VPC.
2323
- Managed Databases for Redis™ (only during the process of creating the database)
2424
- Kubernetes Kapsule (only during the process of creating the Kapsule cluster)
2525
- Private Networks are not supported on some legacy Instance offers which have reached EOL, e.g. `VC1`, `START1` and `X64-*GB`. Note that all Instance offers in the [current product catalogue](https://www.scaleway.com/en/pricing/?tags=compute) are supported.
26+
- Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with [VPC routing](/vpc/concepts/#routing). Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
2627

pages/vpc/troubleshooting/vpc-pn-routing-connectivity-issues.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This is standard behavior:
2020
- Once you have activated routing on a VPC, you cannot deactivate it
2121
- You do not have the option to create a new VPC where routing is deactivated
2222

23+
## My Managed Database cannot communicate with other resources in my VPC
24+
25+
Only Managed PostgreSQL and MySQL Database Instances created after July 28th 2025 are compatible with [VPC routing](/vpc/concepts/#routing). Maintenance scheduled for later in August 2025 will make all pre-existing Managed PostgreSQL and MySQL Database Instances compatible as well.
26+
2327
## I cannot route between VPCs/Private Networks in different regions, or different Scaleway Projects.
2428

2529
Currently, routing is only supported between Private Networks in a single VPC. We do not support:

0 commit comments

Comments
 (0)