-
Notifications
You must be signed in to change notification settings - Fork 266
Description
meilisync
is suggested as a way to sync data between Postgresql and meilisearch. This wrongly implies meilisync
as an official adapter from meilisearch
. To make things worse, this app is buggy (at least for PG) and causes errors in production.
Here is the documentation in question: https://www.meilisearch.com/docs/guides/database/meilisync_postgresql
Here are the open issues in meilisync
related to postgres.
long2ice/meilisync#68
long2ice/meilisync#111
long2ice/meilisync#37
long2ice/meilisync#28
For us, we've encountered production outage due to WAL errors and our storage spiked to 100% due to the replication slot errors.
Please consider removing meilisync from the documentation at least until the issues above are addressed and the app is stable. Thank you.