Skip to content

Commit dbbe5e9

Browse files
fix info
1 parent a533822 commit dbbe5e9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Here are a few scenarios:
2525
2. Specifically for Clickhouse, maybe you needed to change the ORDER BY keys on the target tables. You can Resync to re-populate data into the new table with the right sorting key.
2626
3. The replication slot of the ClickPipe is invalidated: Resync creates a new ClickPipe and a new slot on the source database.
2727

28-
<Info>
28+
:::note
2929
You can resync multiple times, however please account for the load on the source database when you resync,
3030
since initial load with parallel threads is involved each time.
31-
</Info>
31+
:::
3232

3333
### Resync ClickPipe Guide {#guide-postgres-resync}
3434
1. In the Data Sources tab, click on the Postgres ClickPipe you wish to resync.

0 commit comments

Comments
 (0)