Skip to content

Commit 9358157

Browse files
feat(rdb): expose float engine settings (#1771)
Co-authored-by: Rémy Léone <[email protected]>
1 parent d936977 commit 9358157

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cmd/scw/testdata/test-all-usage-rdb-instance-upgrade-usage.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ARGS:
99
instance-id UUID of the instance you want to upgrade
1010
[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)
1111
[enable-ha] Set to true to enable high availability on your instance
12+
[volume-size] Increase your block storage volume size
1213
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1314

1415
FLAGS:

internal/namespaces/rdb/v1/rdb_cli.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,13 @@ func rdbInstanceUpgrade() *core.Command {
545545
Deprecated: false,
546546
Positional: false,
547547
},
548+
{
549+
Name: "volume-size",
550+
Short: `Increase your block storage volume size`,
551+
Required: false,
552+
Deprecated: false,
553+
Positional: false,
554+
},
548555
core.RegionArgSpec(scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw),
549556
},
550557
Run: func(ctx context.Context, args interface{}) (i interface{}, e error) {

0 commit comments

Comments
 (0)