All CLI Commands
aptible db:restart
This command restarts a Database and can be used to resize a Database.
If you want to restart your Database in place without resizing it, consider using
aptible db:reload
instead. aptible db:reload
is slightly faster than aptible db:restart
.Synopsis
Examples
Resize the Container
Resize the Disk
Resize Container and Disk
Container Sizes (MB)
All container profiles support the following sizes: 512, 1024, 2048, 4096, 7168, 15360, 30720
The following profiles offer additional supported sizes:
- General Purpose (M) - Legacy, General Purpose(M) and Memory Optimized(R) - Legacy: 61440, 153600, 245760
- Compute Optimized (C): 61440, 153600, 245760, 376832
- Memory Optimized (R): 61440, 153600, 245760, 376832, 507904, 770048
Profiles
m
: General purpose container
c
: Compute-optimized container
r
: Memory-optimized container
Was this page helpful?