Skip to content

Commit 6f5050e

Browse files
authored
Merge pull request #791 from bbiggerr/dbaas-pgs-semi_synch
Remove semi_synch options for postgres Databases
2 parents edeaae8 + e4947a0 commit 6f5050e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

openapi.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19609,16 +19609,15 @@ components:
1960919609
enum:
1961019610
- none
1961119611
- asynch
19612-
- semi_synch
19613-
example: semi_synch
19612+
example: async
1961419613
description: |
1961519614
The replication method used for the Managed Database.
1961619615

19617-
Defaults to `none` for a single cluster and `semi_synch` for a high availability cluster.
19616+
Defaults to `none` for a single cluster and `asynch` for a high availability cluster.
1961819617

1961919618
Must be `none` for a single node cluster.
1962019619

19621-
Must be `asynch` or `semi_synch` for a high availability cluster.
19620+
Must be `asynch` for a high availability cluster.
1962219621
x-linode-cli-display: 99
1962319622
replication_commit_type:
1962419623
type: string
@@ -19634,8 +19633,6 @@ components:
1963419633
The synchronization level of the replicating server.
1963519634

1963619635
Must be `local` or `off` for the `asynch` replication type.
19637-
19638-
Must be `on`, `remote_write`, or `remote_apply` for the `semi_synch` replication type.
1963919636
x-linode-cli-display: 100
1964019637
port:
1964119638
type: integer

0 commit comments

Comments
 (0)