long2ice / meilisync

Realtime sync data from MySQL/PostgreSQL/MongoDB to Meilisearch
https://github.com/long2ice/meilisync
Apache License 2.0
247 stars 37 forks source link

Data not sync when data from DB changed #37

Open ThangBuiDuc opened 9 months ago

ThangBuiDuc commented 9 months ago

When I start meilisync, it show start increment sync data but when i make change from source table then nothing change to meilisearch. I not set insert_size and insert_interval so it can sync immediately. My postgres version is 14 and meilisearch 1.4.0.

long2ice commented 9 months ago

What db? Did you use latest docker image?

ThangBuiDuc commented 9 months ago

Im using debezium postgres 14. I clone latest code from git and build a new image and rung it

ahmed1672003 commented 1 month ago

I have the same issue. I use PostgreSQL