From 06369973d00d7e1ee6826759701a2fa3f8412534 Mon Sep 17 00:00:00 2001 From: Naman Shah Date: Tue, 30 Jul 2024 10:40:31 -0400 Subject: [PATCH] Minor edits --- docs/Quickstart/Setup Global Replication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Quickstart/Setup Global Replication.md b/docs/Quickstart/Setup Global Replication.md index 2f7588fe..e90a0fe1 100644 --- a/docs/Quickstart/Setup Global Replication.md +++ b/docs/Quickstart/Setup Global Replication.md @@ -63,7 +63,7 @@ curl --location --request POST https://api.skysql.com/provisioning/v1/services \ In a real world scenario, the Primary service will contain data which will need to be restored to the Standby service before the replication can be set up. SkySQL performs full backup of your services every night. You can either use an existing nightly backup or create a schedule to perform a new full backup. !!! Note - Depending on the size of your databases, backing up a service can take substantial time. Creating a new backup is not necessary if you already have an existing full backup of your service. + Depending on the size of your databases, backing up a service can take substantial time. Creating a new backup is not necessary if you already have an existing full backup of your service. 1. Use the following API to list backups associated with the Primary service. Replcate {id} with the id of the Primary service.