Earthmover logo and current status indicator

Earthmover Incident History

Operational

earthmover.io 2 components

checked Sep 7, 2026 9:15 PM UTC · Earthmover's official status page

Earthmover is up and running.

Earthmover is currently operational with all systems functioning normally.

All components operational

Email only. No password. No card.

Be the first to know

Statusfield watches Earthmover alongside the rest of your stack and tells you when its status changes. Email, Slack, Microsoft Teams, PagerDuty, and webhooks.

Email only. No password. Free.

Earthmover incident history

2 reports published by Earthmover in the last 30 days

When Earthmover breaks, it is typically resolved in 32m — median across 3 resolved incidents over 90 days.

September 7, 2026

Arraylake Access Degraded

Last update
  1. resolvedSep 7 · 14:27 UTC

    ## Incident Post Mortem Between 09:37 and 12:33 UTC on 7 September 2026, requests to the Arraylake API (most visibly, opening a repository) intermittently returned HTTP 500 errors. The trigger was an automated cross-AZ failover of our managed PostgreSQL cluster, a routine high-availability event that completed normally in under a minute. However, our API's database connection pools reconnected during the brief window in which cluster roles were still settling, and ended up holding connections to an instance that was subsequently demoted to a read replica. Because those pooled connections remained open and healthy at the network level, they were never recycled, so any operation requiring a database write continued to be rejected as read-only long after the database itself had fully recovered. This affected opening repositories in particular, since issuing the short-lived, scoped object-storage credentials returned by that call records state in the database. No data was lost or corrupted, no incorrect data was served, and durability and access controls were unaffected at all times; the impact was limited to request availability. We restored service by cycling the API instances to establish fresh database connections. We are adding connection-level health validation and recycling so that pools re-establish themselves automatically after a failover, making the credential-issuing path degrade gracefully rather than fail when its bookkeeping store is briefly unavailable, and adding specific alerting for this failure mode, which would have detected the incident in seconds.

Reported by Earthmover on their status page.

September 3, 2026

API endpoints reporting 500s

Last update
  1. resolvedSep 3 · 16:22 UTC

    Resolved

Reported by Earthmover on their status page.