Skip to content

Commit

Permalink
Merge pull request #62 from skysqlinc/DEV-806-Restore-from-Your-Own-B…
Browse files Browse the repository at this point in the history
…ucket

Remove:
  • Loading branch information
NedPK authored Oct 2, 2024
2 parents 56b1c7a + 36ab750 commit 0d4c184
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
7 changes: 3 additions & 4 deletions docs/Backup and Restore/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# **Backup and Restore**

# **Back up and instance**
<!-- Commenting the backups pricing until it's finalzied
## **Pricing**
> While daily automated backups are provided, using the SkySQL Backup and Restore API may incur nominal additional charges. For more information, please contact [email protected]."
Expand All @@ -9,8 +9,7 @@ The following documentation describes the API for the SkySQL Backup Service. Thi
The Backup and Restore service provides SkySQL customers with a comprehensive list of features through a secure API and a user-friendly portal. The service extends the automated nightly backups with a number of self-service features. Users can automatically create and store backups of their 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 database performance. SkySQL also offers the flexibility to customize backup schedule according to your specific needs. Backups on large data sets can take time.
You instruct the creation of a backup using a "schedule". You can either schedule a one-time backup (schedule now) or set up automatic backups using a cron schedule. A backup schedule results in a backup job which can be tracked using the status API. We support the following types of backups: snapshot, full (physical), incremental (physical), binary log, and dump (logical).

## Backup
-->
### **SkySQL Snapshot Backups**

<details>
Expand Down
3 changes: 2 additions & 1 deletion docs/Backup and Restore/Restore Listing Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ curl --location 'https://api.skysql.com/skybackup/v1/restores' \
## Get Restore by ID

```bash
curl --location 'https://api.skysql.com/skybackup/v1/restores/12' \
curl --location 'https://api.skysql.com/skybackup/v1/restores/<ID>' \
--header 'Accept: application/json' \
--header 'X-API-Key: ${API_KEY}'
```
- ID : the SkySQL Restore ID. aTo get the restore id, check the above sample call listing all

Typical response of those two apis should look like:

Expand Down
23 changes: 12 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,18 @@ nav:
- 'config/SkySQL-Intelligent-Proxy.md'
- 'Backup and Restore' :
- 'Backup and Restore/README.md'
- 'Backup and Restore/Snapshot Backup Examples.md'
- 'Backup and Restore/Physical Backup Examples.md'
- 'Backup and Restore/Logical Backup Examples.md'
- 'Backup and Restore/Incremental Backup Examples.md'
- 'Backup and Restore/Binarylog Backup Examples.md'
- 'Backup and Restore/Bring Your Own Bucket Examples.md'
- 'Backup and Restore/Other backup API examples.md'
- 'Backup and Restore/Restore Listing Examples.md'
- 'Backup and Restore/Restore from SkySQL Managed Storage.md'
- 'Backup and Restore/Restore From Your Own Bucket.md'
- 'Backup and Restore/Restore Delete Examples.md'
- Backup Examples:
- 'Backup and Restore/Snapshot Backup Examples.md'
- 'Backup and Restore/Physical Backup Examples.md'
- 'Backup and Restore/Logical Backup Examples.md'
- 'Backup and Restore/Incremental Backup Examples.md'
- 'Backup and Restore/Binarylog Backup Examples.md'
- 'Backup and Restore/Other backup API examples.md'
- Restore Examples:
- 'Backup and Restore/Restore Listing Examples.md'
- 'Backup and Restore/Restore from SkySQL Managed Storage.md'
- 'Backup and Restore/Restore From Your Own Bucket.md'
- 'Backup and Restore/Restore Delete Examples.md'
- 'Backup and Restore/MariaDB Enterprise Backup.md'
- 'Using AWS/GCP Private VPC Connections' :
- 'Using AWS GCP private VPC connections/README.md'
Expand Down

0 comments on commit 0d4c184

Please sign in to comment.