All releases
0.2.0
Backup API and the scribase-backup tool, end to end
The durable backup path is complete: a dedicated operator tool plus the /v1
backup routes.
- The
scribase-backupoperator binary shipscreate,upload(to S3-compatible object storage under content-addressed keys), andprepare-restore-target. Backup records live in durable Postgres-backed state; list, create, and restore them through the/v1API or the console. - Backups use PostgreSQL custom format, validate via
pg_restore --list, compute SHA-256 evidence, and publish archive and manifest atomically with no-clobber links. GET/POST /v1/…/environments/{id}/backupsandPOST /v1/…/backups/{id}/restoreare live and contract-tested against the OpenAPI spec.- Every API mutation takes an idempotency key and returns an operation ID.