Skip to content

Commit f6c71f2

Browse files
authored
Update resync.md
1 parent da91d2c commit f6c71f2

File tree

1 file changed

+5
-1
lines changed
  • docs/integrations/data-ingestion/clickpipes/mysql

1 file changed

+5
-1
lines changed

docs/integrations/data-ingestion/clickpipes/mysql/resync.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ sidebar_label: 'Resync ClickPipe'
66
---
77

88
import resync_button from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/resync_button.png'
9+
import Image from '@theme/IdealImage';
910

1011
### What does Resync do? {#what-mysql-resync-do}
1112

1213
Resync involves the following operations in order:
14+
1315
1. The existing ClickPipe is dropped, and a new "resync" ClickPipe is kicked off. Thus, changes to source table structures will be picked up when you resync.
1416
2. The resync ClickPipe creates (or replaces) a new set of destination tables which have the same names as the original tables except with a `_resync` suffix.
1517
3. Initial load is performed on the `_resync` tables.
@@ -18,6 +20,7 @@ Resync involves the following operations in order:
1820
All the settings of the original ClickPipe are retained in the resync ClickPipe. The statistics of the original ClickPipe are cleared in the UI.
1921

2022
### Use cases for resyncing a ClickPipe {#use-cases-mysql-resync}
23+
2124
Here are a few scenarios:
2225

2326
1. You may need to perform major schema changes on the source tables which would break the existing ClickPipe and you would need to restart. You can just click Resync after performing the changes.
@@ -29,13 +32,14 @@ since initial load with parallel threads is involved each time.
2932
:::
3033

3134
### Resync ClickPipe Guide {#guide-mysql-resync}
35+
3236
1. In the Data Sources tab, click on the MySQL ClickPipe you wish to resync.
3337
2. Head over to the **Settings** tab.
3438
3. Click on the **Resync** button.
3539

3640
<Image img={resync_button} border size="md"/>
37-
4. A dialog box should appear for confirmation. Click on Resync again.
3841

42+
4. A dialog box should appear for confirmation. Click on Resync again.
3943
5. Head over to the **Metrics** tab.
4044
6. In around 5 seconds (and also on page refresh), the status of the pipe should be **Setup** or **Snapshot**.
4145
7. The initial load of the resync can be monitored in the **Tables** tab - in the **Initial Load Stats** section.

0 commit comments

Comments
 (0)