Skip to content

Commit 3f36a12

Browse files
authored
Update resync.md
1 parent 6eaada6 commit 3f36a12

File tree

1 file changed

+6
-3
lines changed
  • docs/integrations/data-ingestion/clickpipes/postgres

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ 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-postgres-resync-do}
1112

@@ -18,6 +19,7 @@ Resync involves the following operations in order:
1819
All the settings of the original ClickPipe are retained in the resync ClickPipe. The statistics of the original ClickPipe are cleared in the UI.
1920

2021
### Use cases for resyncing a ClickPipe {#use-cases-postgres-resync}
22+
2123
Here are a few scenarios:
2224

2325
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.
@@ -30,13 +32,14 @@ since initial load with parallel threads is involved each time.
3032
:::
3133

3234
### Resync ClickPipe Guide {#guide-postgres-resync}
35+
3336
1. In the Data Sources tab, click on the Postgres ClickPipe you wish to resync.
3437
2. Head over to the **Settings** tab.
3538
3. Click on the **Resync** button.
36-
<br/>
37-
<img img={resync_button} border size="md"/>
39+
40+
<Image img={resync_button} border size="md"/>
41+
3842
4. A dialog box should appear for confirmation. Click on Resync again.
39-
<br/>
4043
5. Head over to the **Metrics** tab.
4144
6. In around 5 seconds (and also on page refresh), the status of the pipe should be **Setup** or **Snapshot**.
4245
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)