Skip to main content
Sections
Agent-readyHuman guide

Backups

Create, schedule, and restore backups for database services.

View as Markdown
On this page

Services with the database kind support backups, from the Backups tab of the inspector or the CLI. Backups also appear as lightweight attachments on the service node.

Create a backup

$yalla backups create --service cache --env production

Restore

List recent backups, then restore a known-good one by its ID:

$yalla backups list --service cache --env production
$yalla backups restore <backup-id> --service cache --env production

Caution: Restoring replaces the current data of the service. Take a fresh backup first and confirm the target environment before you proceed.

Related pages