Backups (BackupRecord)
In this page
Model
| Field | Notes |
|---|---|
type | BackupType: FULL, DATABASE, FILES, APPLICATION. |
status | BackupStatus: COMPLETED, FAILED, IN_PROGRESS, SCHEDULED. |
destination | BackupDestination: LOCAL, S3, SFTP. |
targetId, targetName | String references to the logical backup target. |
storagePath, sizeMb, error | Storage metadata / diagnostics. |
API and UI
- REST:
GET/POST /backups(see Swagger). - UI:
/backups— restore actions may be not implemented yet (disabled controls); confirm inapps/webfor your branch.
Shell backups via panel backup-export are separate from ORM BackupRecord rows—see CLI.