toluaina / pgsync

Postgres to Elasticsearch/OpenSearch sync
https://pgsync.com
MIT License
1.11k stars 174 forks source link

Inserting new Data in the child table not reflecting in elasticsearch #552

Open Pavangj959 opened 3 weeks ago

Pavangj959 commented 3 weeks ago

PGSync version: 3.1.2

Postgres version: 14

Elasticsearch/OpenSearch version: 8.8.0

Redis version: 6.0.9

Python version: 3.8.8

Problem Description:

Hi @toluaina,

When I insert new Data in the child table, it is not reflecting in the Elasticsearch, but when I update any synced data in the child table, it sync the updated data and new data from the child table also, why?