aptible db:modify
This command is used to make modifications to Databases and does not cause any downtime.
Synopsis
Usage:
aptible db:modify HANDLE [--iops IOPS] [--volume-type [gp2, gp3]]
Options:
[--environment=ENVIRONMENT]
[--iops=N]
[--volume-type=VOLUME_TYPE]
Modify a database disk
Note
The IOPS option only applies to GP3 volume. If you currently have a GP2 volume and need more IOPS, simultaneously specify both the
--volume-type gp3
and--iops NNNN
options.
Note
The maximum IOPS is 16,000, but you must meet a minimum ratio of 1 GB disk size per 500 IOPS. For example, to reach 16,000 IOPS, you must have at least a 32 GB or larger disk.
Updated about 1 year ago