Hosting
CockroachDB
CockroachDB is a distributed SQL database designed for global applications with automatic failover, horizontal scaling, and strong consistency.
What is CockroachDB?
CockroachDB takes its name from the organism that survives nearly anything — an aspiration that describes its core design goal accurately. Founded in 2015 by former Google engineers who worked on Spanner, the distributed database underlying Google's core infrastructure, Cockroach Labs built a distributed SQL database that provides strong consistency across geographically distributed nodes without sacrificing familiar SQL semantics. The key design decisions — serialisable isolation, automatic sharding, and multi-region active-active replication — address failure modes that eventually-consistent NoSQL databases accepted as unavoidable trade-offs.
CockroachDB Cloud offers Serverless and Dedicated cluster options, with the Dedicated tier providing predictable performance isolation and the Serverless tier automatically scaling to zero and charging by resource consumption. The CockroachDB Cloud Console provides cluster management, performance monitoring, backup scheduling, and SQL editor access through a web interface. The distributed nature of the database means operations teams interacting with CockroachDB through the Cloud Console or the DB Console (the built-in cluster monitoring dashboard) have visibility into replication health, range distribution, and node liveness — metrics that reflect the database's distributed state in real time.
CockroachDB service problems present across the cluster management and database access layers distinctly. The Cloud Console failing to load blocks cluster provisioning, connection string retrieval, and backup management, though existing cluster operations continue independently of the management plane. SQL client connections fail with "connection refused" or TLS handshake errors when the cluster's load balancer layer is degraded. Range under-replication warnings appear in the DB Console when a node loses contact with its peers, indicating a replication health problem that, if persistent, could affect consistency guarantees. Serverless cluster scaling events sometimes introduce brief connection interruptions as routing is updated. Webhook-delivered cluster alerts stop delivering when the alerting backend has connectivity issues.
Outage.gg tracks CockroachDB service status using real-time community reports from developers and database administrators. If the Cloud Console is unavailable, cluster connections are failing, or replication health is degraded, the live status page shows current impact from the CockroachDB user community.
Common CockroachDB Problems
Issues users most frequently report when CockroachDB is having problems.
Service unavailability
API calls are failing, dashboards are unreachable, or the service is returning 5xx errors.
Slow performance / high latency
Response times are significantly above normal, causing timeouts and degraded user experience.
Authentication failures
API keys, OAuth tokens, or SSO logins are being rejected unexpectedly.
Data sync & storage issues
Files, databases, or synced data are not updating, missing, or inaccessible.
Frequently Asked Questions
Common questions about CockroachDB outages and server status.
You can check the live CockroachDB server status at outage.gg/services/cockroachdb. The page shows real-time community-submitted outage reports, an hourly trend chart, and the current health status.
CockroachDB can stop working for a number of reasons including scheduled maintenance windows, unexpected server failures, network infrastructure problems, or DDoS attacks. Check the live status page on Outage.gg for the latest community reports to see if others are experiencing the same issue.
Go to outage.gg/services/cockroachdb and click the "Report an Issue" button. Your report is counted immediately and helps confirm whether a problem is widespread. Reports from multiple users trigger a status change visible to everyone watching the page.
Click the "Notify Me" bell button on the CockroachDB status page at outage.gg/services/cockroachdb. Create a free account and we will send you an email the moment CockroachDB comes back online — no app download required.
Many services maintain official status pages with planned maintenance notices. Outage.gg aggregates real-time community-reported outages which often surface faster than official channels.
Related Services
Other services you might be tracking alongside CockroachDB.