This command creates a new Database using the General Purpose container profile by default. The container profile can only be modified in the Aptible dashboard.
You can specify the type using the --type
option. This parameter defaults to postgresql
, but you can use any of Aptible’s Supported Databases.
For example, to create a Redis database:
Use the --version
flag in combination with --type
to use a specific version:
📘 Use the
aptible db:versions
command to identify available versions.
General Purpose(M): 512, 1024, 2048, 4096, 7168, 15360, 30720, 61440, 153600, 245760
m
: General purpose container
c
: Compute-optimized container
r
: Memory-optimized container
This command creates a new Database using the General Purpose container profile by default. The container profile can only be modified in the Aptible dashboard.
You can specify the type using the --type
option. This parameter defaults to postgresql
, but you can use any of Aptible’s Supported Databases.
For example, to create a Redis database:
Use the --version
flag in combination with --type
to use a specific version:
📘 Use the
aptible db:versions
command to identify available versions.
General Purpose(M): 512, 1024, 2048, 4096, 7168, 15360, 30720, 61440, 153600, 245760
m
: General purpose container
c
: Compute-optimized container
r
: Memory-optimized container