From 40d21136d4c073c0b9ecd98a16bdb72eb08409e3 Mon Sep 17 00:00:00 2001 From: NedPK Date: Thu, 29 Aug 2024 16:59:20 +0300 Subject: [PATCH] minor wording changes to the restore from ext. bucket --- docs/Backup and Restore/Restore From Your Own Bucket.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/Backup and Restore/Restore From Your Own Bucket.md b/docs/Backup and Restore/Restore From Your Own Bucket.md index 36a32479..3c4ccf75 100644 --- a/docs/Backup and Restore/Restore From Your Own Bucket.md +++ b/docs/Backup and Restore/Restore From Your Own Bucket.md @@ -26,7 +26,8 @@ Use it on subsequent request, e.g: ## Restore From your Bucket (External Storage) -You can restore your data from external storage. SkySQL supports restoration from both Google Cloud Storage (GCS) and Amazon S3 cloud storage buckets. +You can restore your data from external cloud storage. +SkySQL supports restoration from both Google Cloud Storage (GCS) and Amazon S3 cloud storage buckets. Your backup data should be created using either `mariabackup` or `mysqldump`. Below is a sample restore call: @@ -69,7 +70,10 @@ curl --location 'https://api.skysql.com/skybackup/v1/restores' \ - BACKUP_METHOD : the backup method used to create the backup file.
Available options: ``mariabackup`` , ``mysqldump``
-- GCP_SERVICE_ACCOUNT_BASE64/AWS_ACCOUNT_ACCESS_KEY_BASE64 : Your base64 encoded GCP service account or AWS account access key. +- GCP_SERVICE_ACCOUNT_BASE64/AWS_ACCOUNT_ACCESS_KEY_BASE64 : Your base64 encoded GCP service account or AWS account access key. + + Information on how to create a GCP service account here + Storage Admin role is required for the service account attemping the restore. Sample GCP service account key and command to encode it: