From 9b2dadaa679f23aad3b21cf98afe08261c950e7f Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Mon, 17 Jun 2024 16:52:29 +0200 Subject: [PATCH] Apply suggestions from code review More explicit statement around unsupported backing up/restoring use cases --- .../release/using_cluster/05a_deleting_your_cluster.mdx | 2 +- .../docs/biganimal/release/using_cluster/managing_replicas.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/biganimal/release/using_cluster/05a_deleting_your_cluster.mdx b/product_docs/docs/biganimal/release/using_cluster/05a_deleting_your_cluster.mdx index 31e61ee9a7a..60515e3fa64 100644 --- a/product_docs/docs/biganimal/release/using_cluster/05a_deleting_your_cluster.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/05a_deleting_your_cluster.mdx @@ -32,5 +32,5 @@ You can restore your deleted cluster for as long as the backup is available. !!! note To restore a TDE-enabled cluster, the TDE key material must match the source cluster encryption key material. If a different key material is used, the restore operation will fail. -Do not to enable TDE when restoring a non-TDE cluster. +EDB does not support enabling TDE when restoring a non-TDE cluster. !!! diff --git a/product_docs/docs/biganimal/release/using_cluster/managing_replicas.mdx b/product_docs/docs/biganimal/release/using_cluster/managing_replicas.mdx index fd20b0def62..f3b0bf35ce4 100644 --- a/product_docs/docs/biganimal/release/using_cluster/managing_replicas.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/managing_replicas.mdx @@ -54,7 +54,7 @@ You can create faraway replicas in any active regions in your cloud. There's no !!!Note The TDE key material for faraway replicas must be the same as the primary cluster encryption key. If you use different key material, the cluster provisioning will fail. - Do not to enable TDE when restoring a non-TDE faraway replica cluster. + EDB does not support enabling TDE when restoring non-TDE faraway replica clusters. !!! 1. To turn on the ability to log in to Postgres using your AWS IAM credentials, enable Identity and Access Management (IAM) Authentication. See [Access](/biganimal/latest/getting_started/creating_a_cluster/#access).