You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-rdb-instance-create-usage.golden
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ARGS:
11
11
engine Database engine of the database (PostgreSQL, MySQL, ...)
12
12
user-name Name of the user created when the instance is created
13
13
password Password of the user
14
-
node-type=DB-DEV-S Type of node to use for the instance (DB-DEV-S | DB-DEV-M | DB-DEV-L | DB-DEV-XL | DB-GP-XS | DB-GP-S | DB-GP-M | DB-GP-L | DB-GP-XL)
14
+
node-type=DB-DEV-S Type of node to use for the instance
15
15
[is-ha-cluster] Whether or not High-Availability is enabled
16
16
[disable-backup] Whether or not backups are disabled
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-rdb-instance-upgrade-usage.golden
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ USAGE:
7
7
8
8
ARGS:
9
9
instance-id UUID of the instance you want to upgrade
10
-
[node-type] Node type of the instance you want to upgrade to (DB-DEV-S | DB-DEV-M | DB-DEV-L | DB-DEV-XL | DB-GP-XS | DB-GP-S | DB-GP-M | DB-GP-L | DB-GP-XL)
10
+
[node-type] Node type of the instance you want to upgrade to
11
11
[enable-ha] Set to true to enable high availability on your instance
12
12
[volume-size] Increase your block storage volume size
13
13
[volume-type] Change your instance storage type (lssd | bssd)
| engine | Required | Database engine of the database (PostgreSQL, MySQL, ...) |
556
556
| user-name | Required | Name of the user created when the instance is created |
557
557
| password | Required | Password of the user |
558
-
| node-type | Required<br />Default: `DB-DEV-S`<br />One of: `DB-DEV-S`, `DB-DEV-M`, `DB-DEV-L`, `DB-DEV-XL`, `DB-GP-XS`, `DB-GP-S`, `DB-GP-M`, `DB-GP-L`, `DB-GP-XL`| Type of node to use for the instance |
558
+
| node-type | Required<br />Default: `DB-DEV-S`| Type of node to use for the instance |
559
559
| is-ha-cluster || Whether or not High-Availability is enabled |
560
560
| disable-backup || Whether or not backups are disabled |
| instance-id | Required | UUID of the instance you want to upgrade |
764
-
| node-type |One of: `DB-DEV-S`, `DB-DEV-M`, `DB-DEV-L`, `DB-DEV-XL`, `DB-GP-XS`, `DB-GP-S`, `DB-GP-M`, `DB-GP-L`, `DB-GP-XL`| Node type of the instance you want to upgrade to |
764
+
| node-type || Node type of the instance you want to upgrade to |
765
765
| enable-ha || Set to true to enable high availability on your instance |
766
766
| volume-size || Increase your block storage volume size |
767
767
| volume-type | One of: `lssd`, `bssd`| Change your instance storage type |
0 commit comments