ColdPlane Docs
Concepts

Backups

How ColdPlane backup snapshots work.

ColdPlane creates backup snapshots of your database data and stores them in cost-optimized cold storage.

How Backups Work

  1. The backup agent connects to your database using a read-only connection
  2. Data is extracted and split into time-based chunks
  3. Each chunk is encrypted and stored in cold storage
  4. Metadata is indexed for query routing

Time-Based Chunking

Large tables are split into 30-day chunks based on a detected timestamp column. Each chunk is processed in parallel for faster backups.

Backup Lifecycle

StatusDescription
runningBackup is in progress
encryptingData is being encrypted
completedBackup is complete and queryable
failedAn error occurred (check logs)

Retention

Backups are retained according to your plan settings. See Plan Limits for details.