forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-all-usage-rdb-instance-upgrade-usage.golden
More file actions
25 lines (21 loc) · 1.33 KB
/
Copy pathtest-all-usage-rdb-instance-upgrade-usage.golden
File metadata and controls
25 lines (21 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Upgrade your current Database Instance specifications like node type, high availability, volume, or the database engine version. Note that upon upgrade the `enable_ha` parameter can only be set to `true`.
USAGE:
scw rdb instance upgrade <instance-id ...> [arg=value ...]
ARGS:
instance-id UUID of the Database Instance you want to upgrade
[node-type] Node type of the Database Instance you want to upgrade to
[enable-ha] Defines whether or not high availability should be enabled on the Database Instance
[volume-size] Increase your block storage volume size
[volume-type] Change your Database Instance storage type (lssd | bssd | sbs)
[upgradable-version-id] Update your database engine to a newer version
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
FLAGS:
-h, --help help for upgrade
-w, --wait wait until the instance is ready
GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-p, --profile string The config profile to use