Skip to content

Commit cf7dde5

Browse files
fix(rdb): dns entries and ram upgrade
1 parent 2c007fd commit cf7dde5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ You can create new Database Instances to attach to your Private Network, or atta
8181

8282
<Message type="note">
8383
Your private IP addresses are automatically allocated. They are managed via an IP Address Manager (IPAM). You can retrieve them on the Private Network tab of your Database Instance. To allocate IPs manually, you can use the Scaleway API and CLI, or Terraform/OpenTofu.
84+
85+
There are also internal DNS entries that point to the allocated IP address, which can be used to connect to the database. You can use the following formats:
86+
- `<rdb_instance_name>.<private_network_name>.internal`
87+
- `<rdb_instance_uuid>.<private_network_name>.internal`
88+
- `<rdb_instance_uuid>.<private_network_uuid>.internal`
8489
</Message>
8590
7. Click **Attach to Private Network** to conclude.
8691

pages/managed-databases-for-postgresql-and-mysql/how-to/manage-nodes.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ If you are in standalone mode, you can change the node configuration to High Ava
6767
<Message type="note">
6868
Keep in mind that:
6969
- Changing the node type performs a rolling upgrade of your Database Instance.
70+
- Switching to a node type with less RAM than the current one incurs in an automatic reset of your configured parameters to ensure they fit the new available resources.
7071
- During this process, the Database Instance will be unavailable for several seconds.
7172
- The Instance stays in `Initializing` mode throughout the process and all console actions are unavailable.
7273
- If you use local storage the process can take longer than expected, but the unavailability period of the Instance will be short. This means that the Database Instance remains mostly available during the entire process, except for a few seconds.

0 commit comments

Comments
 (0)