Logical Backup Examples
Logical (mariadb-dump) backup examples for MariaDB Cloud via the SkySQL Backup API, with both one-time and scheduled backup workflows for SQL-level data export.
GET 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header "X-API-Key: ${API_KEY}"Logical Dump Backup
curl --location 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-API-Key: ${API_KEY}' \
--data '{
"backup_type": "dump",
"schedule": "once",
"service_id": "dbtgf28044362"
}'Logical Cron Backup
Last updated
Was this helpful?

