Skip to main content
The Admin page provides data backfill utilities for Erebor’s historical analytics. Use these when vault data is missing from the analytics database: after onboarding a vault with existing onchain history, or after a data pipeline incident.
Backfill operations are long-running (up to 120s per request). The API client timeout is overridden accordingly. Requires registry_maintainer permission.

Backfill Types

APY Backfill

Recomputes and stores APY snapshots for a vault over a specified date range. Max 90 days.
Response:

TVL Backfill

Recomputes and stores TVL snapshots. Max 90 days.
Response:

Events Backfill

Re-indexes deposit, withdrawal, and other onchain events. Max 365 days.
Response:

Using the UI

  1. Select backfill type (APY, TVL, or Events)
  2. Select chain and vault
  3. Choose days (presets: 7, 30, 90; Events adds 365)
  4. Click Run Backfill and wait for results (up to 120s)
  5. Review the results summary (updated/failed/skipped counts)
Backfills can spike database load. Run during off-peak hours. Do not run concurrent backfills for the same vault.

API Reference