meilisync icon indicating copy to clipboard operation
meilisync copied to clipboard

Realtime sync data from MySQL/PostgreSQL/MongoDB to Meilisearch

Results 58 meilisync issues
Sort by recently updated
recently updated
newest added

When I update a JSON column in my MySQL database I get: ``` error: required argument is not an integer ``` The issue seems to be related to how the...

If you have not installed via `meilisync[all]`, `importlib.import_module` will throw a `ModuleNotFoundError` for any missing dependencies. This kind of defeats the point of supporting `meilisync[postgres]` etc. If the exception is...

### Description I tried to import documents with meilisync from the MongoDB and got an error: ``` TypeError: meilisync.progress.file.File.set() argument after ** must be a mapping, not NoneType 2023-08-02 09:52:16.401...

Hello, I've noticed that the documentation doesn't explain how to configure a table's primary key. AFAIK this is achieved by adding the `pk` field in the YAML configuration. But there...

### For syncing databases with PostgreSQL and Meilisync, I installed and configured Meilisync (windows 10) by following the steps in https://www.meilisearch.com/docs/learn/cookbooks/meilisync_postgresql Meilisync was well-configured: 1- ![image (1)](https://github.com/long2ice/meilisync/assets/73872022/54a02276-c548-4e3b-a5b6-c829f5e96abf) 2- but for...

``` 2024-04-23T11:14:05.440428411Z │ │ o = [ │ │ 2024-04-23T11:14:05.440433580Z │ │ │ { │ │ 2024-04-23T11:14:05.440438329Z │ │ │ │ 'filename': │ │ 2024-04-23T11:14:05.440444615Z │ │ 'ca57298e615ab2d4875db18590befaad.png', │ │...

Hello, I configured meilisync with meilisearch and Postgres RDS DB. Everything works ok, except that the replication slot on RDS is growing continuosely. Each 5 minutes it will increase 64MB,...

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

meilisync-1 | │ /meilisync/meilisync/meili.py:33 in add_full_data │ meilisync-1 | │ │ meilisync-1 | │ 30 │ async def add_full_data(self, sync: Sync, data: AsyncGenerator): │ meilisync-1 | │ 31 │ │...

Can we get a non-root user for the docker image?