Learn how to scale databases on Aptible
aptible db:restart
terraform_aptible_database
resource "aptible_database" "DATABASE" { env_id = ENVIRONMENT_ID handle = "DATABASE_HANDLE" database_type = "redis" container_size = 512 disk_size = 10 }
Was this page helpful?