Skip to content

PostgreSQL

Managed PostgreSQL. Supports standard Postgres, Citus (distributed), and PostGIS (geospatial) variants.

FieldTypeRequiredConstraintsDescription
namestringYes
cpuCoresfloatYes0 < value ≤ 2
memoryMBintegerYes≤ 4096
storageGBintegerYes≤ 100
dbNamestringYesDatabase name
userstringYesDatabase user
passwordstringYesDatabase password
typestringNostandard, citus, postgisDefaults to standard
[[postgres]]
name = "db"
cpuCores = 0.5
memoryMB = 512
storageGB = 10
dbName = "mydb"
user = "app"
password = "secret"
NameUnitDescription
POD_CPU%CPU usage
POD_MEMORYMBMemory usage
PEAK_CPU%Peak CPU usage
QUERY_RATEqueries/secQuery throughput
ACTIVE_CONNECTIONScountNumber of active connections
DISK_READMB/sDisk read throughput
DISK_WRITEMB/sDisk write throughput
DISK_IO_UTILIZATION%Disk I/O utilization