From 017ed4afdf4e67133f993b5b2b3c2ad88a193667 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:54:01 +0000 Subject: [PATCH 1/3] Time it takes to pause/resume --- modules/ROOT/pages/managing-instances/instance-actions.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ROOT/pages/managing-instances/instance-actions.adoc b/modules/ROOT/pages/managing-instances/instance-actions.adoc index 390db1317..f1094902d 100644 --- a/modules/ROOT/pages/managing-instances/instance-actions.adoc +++ b/modules/ROOT/pages/managing-instances/instance-actions.adoc @@ -104,6 +104,12 @@ Paused instances run at a discounted rate compared to standard consumption, as o You can pause an instance for up to 30 days, after which point Aura automatically resumes the instance. ==== +=== Time it takes to pause/resume + +When you pause an instance, Aura performs a backup operation behind the scenes. +The time it takes to pause includes these backups. +Resuming an instance restores the database and the backups. + === Resume a paused instance Resume a paused instance with the *Play* button on the instance card. From 34bb7599071c98b96b0bf5d0c86b849d67bba317 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:51:34 +0000 Subject: [PATCH 2/3] update --- modules/ROOT/pages/managing-instances/instance-actions.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/managing-instances/instance-actions.adoc b/modules/ROOT/pages/managing-instances/instance-actions.adoc index f1094902d..a7444bb41 100644 --- a/modules/ROOT/pages/managing-instances/instance-actions.adoc +++ b/modules/ROOT/pages/managing-instances/instance-actions.adoc @@ -107,8 +107,8 @@ You can pause an instance for up to 30 days, after which point Aura automaticall === Time it takes to pause/resume When you pause an instance, Aura performs a backup operation behind the scenes. -The time it takes to pause includes these backups. -Resuming an instance restores the database and the backups. +It can take a while to pause, depending on your instance size, because Aura is creating the backup. +Resuming an instance restores the database from the backup. === Resume a paused instance From 10572f9008251cb95e32a16ce2631d881bd34aec Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:30:25 +0100 Subject: [PATCH 3/3] update --- .../pages/managing-instances/instance-actions.adoc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/modules/ROOT/pages/managing-instances/instance-actions.adoc b/modules/ROOT/pages/managing-instances/instance-actions.adoc index a7444bb41..82db0b40a 100644 --- a/modules/ROOT/pages/managing-instances/instance-actions.adoc +++ b/modules/ROOT/pages/managing-instances/instance-actions.adoc @@ -95,26 +95,23 @@ You cannot manually pause an AuraDB Free instance; they are paused automatically You can pause an instance when not needed and resume it at any time. Do so by using the *Pause* button on the instance card. - After confirming, the instance begins pausing, and a play button replaces the pause button. +When you pause an instance, Aura performs a backup operation behind the scenes. +It can take a while to pause, depending on your instance size, because Aura is creating the backup. + [NOTE] ==== Paused instances run at a discounted rate compared to standard consumption, as outlined in the confirmation window. You can pause an instance for up to 30 days, after which point Aura automatically resumes the instance. ==== -=== Time it takes to pause/resume - -When you pause an instance, Aura performs a backup operation behind the scenes. -It can take a while to pause, depending on your instance size, because Aura is creating the backup. -Resuming an instance restores the database from the backup. - === Resume a paused instance Resume a paused instance with the *Play* button on the instance card. After confirming, the instance begins resuming, which may take a few minutes. +Resuming an instance restores the database from the backup. [WARNING] ====