From 424ab4e71f7baf7a0836bc0547f3421da327f4c7 Mon Sep 17 00:00:00 2001 From: batrankit <91058575+batrankit@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:55:58 +0530 Subject: [PATCH 1/2] Update Manual_Ingestion_Mode.md --- docs/docs/Linking/Manual_Ingestion_Mode.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/Linking/Manual_Ingestion_Mode.md b/docs/docs/Linking/Manual_Ingestion_Mode.md index fef6339..3612e92 100644 --- a/docs/docs/Linking/Manual_Ingestion_Mode.md +++ b/docs/docs/Linking/Manual_Ingestion_Mode.md @@ -76,6 +76,9 @@ or via a SnapSync policy once the data is restored into the seed staging databas Once the dSource creation is successful, the *Timeflow* tab should show the initial snapshot. +### Info +While ingesting the data for Manual Backup Ingestion, make sure to ingest the data on the MySQL instance which has been created as a part of dSource creation. + Done, What's Next? ---------------- Alright, we have created a MySQL dSource. Next step - Provision a VDB. From eadf118dedc93ff4c61903566a476997e9a66dcd Mon Sep 17 00:00:00 2001 From: batrankit <91058575+batrankit@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:14:44 +0530 Subject: [PATCH 2/2] Update Manual_Ingestion_Mode.md --- docs/docs/Linking/Manual_Ingestion_Mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Linking/Manual_Ingestion_Mode.md b/docs/docs/Linking/Manual_Ingestion_Mode.md index 3612e92..ddfcd0f 100644 --- a/docs/docs/Linking/Manual_Ingestion_Mode.md +++ b/docs/docs/Linking/Manual_Ingestion_Mode.md @@ -77,7 +77,7 @@ or via a SnapSync policy once the data is restored into the seed staging databas Once the dSource creation is successful, the *Timeflow* tab should show the initial snapshot. ### Info -While ingesting the data for Manual Backup Ingestion, make sure to ingest the data on the MySQL instance which has been created as a part of dSource creation. +While using Manual Backup Ingestion to create dsource, make sure to ingest the data on the MySQL instance which has been created as a part of dSource creation. Done, What's Next? ----------------