Skip to content

Commit 05f7eee

Browse files
fix(rdb): dns entries and ram upgrade (#5515)
1 parent f1f1a02 commit 05f7eee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ You can create new Database Instances to attach to your Private Network, or atta
8080
</Message>
8181

8282
<Message type="note">
83-
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.
83+
- 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+
- You can also use internal DNS entries that point to the allocated IP address, which can be used to connect to the database. Refer to the [DNS resolution details](/vpc/reference-content/dns/#dns-resolution-details) section of the **Understanding Scaleway DNS for VPC and Private Networks** documentation page for a list of the formats resolved by the DNS service.
8485
</Message>
8586
7. Click **Attach to Private Network** to conclude.
8687

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
@@ -31,6 +31,7 @@ You can change your Database Instance node type and enable High Availability aft
3131
<Message type="important">
3232
Keep in mind that:
3333
- Changing the node type performs a rolling upgrade of your Database Instance.
34+
- Switching to a node type with less RAM than the current one incurs an automatic reset of your configured parameters to ensure they fit the new available resources.
3435
- During this process, the Database Instance will be unavailable for several seconds.
3536
- The Instance stays in `Initializing` mode throughout the process.
3637
- If you use local storage:

0 commit comments

Comments
 (0)