From 051c7197ab378a01c8ca74c5945b362b2c71ded2 Mon Sep 17 00:00:00 2001 From: Kanthi Date: Wed, 6 Nov 2024 13:43:41 -0500 Subject: [PATCH] Update incremental_snapshot.md Added instructions for postgresQL incremental snapshot. --- doc/incremental_snapshot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/incremental_snapshot.md b/doc/incremental_snapshot.md index f722a092f..954622542 100644 --- a/doc/incremental_snapshot.md +++ b/doc/incremental_snapshot.md @@ -15,6 +15,8 @@ data VARCHAR(2048) NULL); table.include.list:"dbname.table1, dbname.table2` signal.data.collection: "dbname.dbz_signal" ``` +For **postgres**, the `signal.data.collection` variable should be `schema_name.table_name`. + Restart the sink connector, either using the `sink-connector-client restart` or by stopping/starting sink connector. **Step 3**: Insert a new row to the `signaling` table created in Step 1 with the new table information.