From 768a5c069cc61386c4aa43f5094e1b9d2cf6943e Mon Sep 17 00:00:00 2001 From: Ajo Augustine Date: Wed, 10 Jul 2024 14:23:11 -0500 Subject: [PATCH] Update dbbackup.md --- doc/dbbackup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dbbackup.md b/doc/dbbackup.md index f8e954205..9e21f2bde 100644 --- a/doc/dbbackup.md +++ b/doc/dbbackup.md @@ -44,9 +44,9 @@ gen3 dbbackup migrate-to-aurora #### copy-to-aurora -Triggers a service account creation and a job to copy the databases Indexd, Sheepdog & Metadata to new databases within an RDS Aurora cluster. +Triggers a service account creation and a job to copy the databases Indexd, Sheepdog & Metadata to new databases within an RDS Aurora cluster from another namespace in same RDS cluster. ```sh -gen3 dbbackup copy-to-aurora +gen3 dbbackup copy-to-aurora ```