Skip to content

Commit cc62682

Browse files
committed
Update host examples
1 parent 3435a3c commit cc62682

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3634,6 +3634,8 @@ paths:
36343634

36353635
**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.
36363636

3637+
**Note**: Currently, restoring a backup after resetting Managed Database credentials results in a failed cluster. Please contact Customer Support if this occurs.
3638+
36373639
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
36383640
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
36393641
When accessing this endpoint, please make sure to prepend all requests with `/v4beta` instead of `/v4`, and be
@@ -17647,7 +17649,7 @@ components:
1764717649
primary:
1764817650
type: string
1764917651
description: The primary host for the Managed Database.
17650-
example: lin-123-456-mysql-master.servers.staging.linodedb.net
17652+
example: lin-123-456-mysql-mysql-primary.servers.linodedb.net
1765117653
nullable: true
1765217654
secondary:
1765317655
type: string
@@ -17657,7 +17659,7 @@ components:
1765717659
A private network host and a private IP can only be used to access a Database Cluster from Linodes in the same data center and will not incur transfer costs.
1765817660

1765917661
**Note**: The secondary hostname is publicly viewable and accessible.
17660-
example: lin-123-456-mysql-master-private.servers.staging.linodedb.net
17662+
example: lin-123-456-mysql-primary-private.servers.linodedb.net
1766117663
nullable: true
1766217664
created:
1766317665
type: string

0 commit comments

Comments
 (0)