Skip to content

Commit

Permalink
Minor update to Backup Service docs ..
Browse files Browse the repository at this point in the history
  • Loading branch information
jramnara committed Mar 27, 2024
1 parent 7490fa0 commit 4b36846
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Backup and Restore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The SkySQL Backup service provides comprehensive Backup and Restore features through a secure API. We extend the automated nightly backups with a number of self service features. You can automatically create and store backups of your databases to ensure additional data safety or provide a robust disaster recovery solution. The backups are stored on reliable and secure cloud storage, ensuring they are readily available when needed. The backup process is seamless and does not affect the performance of your databases. SkySQL also offers the flexibility to customize your backup schedule according to your specific needs.

Here is the list of features offered:

- **Automatic nightly backups** : Automated nightly backups include a full backup of every database in the service.

- **Secure On-demand or scheduled backups**
Expand All @@ -26,6 +27,11 @@ while the daily automated backups are included the use of this API will incur no

The following documentation describes the API for the SkySQL Backup Service. This can be used directly with any HTTP client.

!!! Note
Please refer to the API docs (swagger) for the latest API.
The information below might be slightly outdated.


## Authentication

To authenticate with the API, do the following:
Expand Down

0 comments on commit 4b36846

Please sign in to comment.