Infrastructure / Data services
Data services
Provision, adopt, connect, observe, back up, rotate, upgrade, resize, and retire databases and caches from one lifecycle.
{{ notice() }}
{{ actionError() || pollingError() }}
Services{{ services().length }}current environmentAvailable{{ services().filter(item=>item.status==='available').length }}healthy and connectableNeeds attention{{ services().filter(item=>['failed','degraded'].includes(item.status)).length }}failed or degradedDependency redeploys{{ services().reduce((sum,item)=>sum+(item.dependencies||[]).filter(dep=>dep.requiresRedeploy).length,0) }}after credential rotation{{ item.status }}{{ item.engine }}{{ item.provider }}
{{ item.name }}
Placement{{ item.placement }}{{ item.plan }} · {{ item.engineVersion || 'provider default' }}
Endpoint{{ item.observedState?.endpoint || 'pending' }}{{ item.publicExposure?'public allowlist':'private network' }}
Credential{{ item.credential?.configured ? item.credential.username : 'not managed' }}{{ item.credential?.rotatedAt ? 'rotated '+when(item.credential.rotatedAt) : item.credential?.configured ? 'version '+item.credential.version : 'reference only' }}
Protection{{ item.highAvailability?'high availability':'single placement' }}{{ item.origin }} · {{ item.managementEnabled?'managed':'read-only' }}
{{ item.observedState.error }}
No matching data servicesCreate a managed service or adopt an existing provider resource read-only.
Credential — copy now
This value is deliberately absent from resource lists, logs, and operation history.
{{ oneTime()?.username }}{{ oneTime()?.password }}