Abdelrahman Shaheen

Results 9 comments of Abdelrahman Shaheen

I noticed an imbalance in ingredients that take virtual values right and left instead of start and end in margin and directions

clean code, instead rewrite them

Make sure you do [this](https://www.meilisearch.com/docs/learn/cookbooks/meilisync_postgresql#enable-logical-replication)

Make sure that the indexes you specified already exist in the database and in meillisearch

Can you share the config file with me?

I am using the official image but the problem seems to be in your database configuration, check the ports

Try that command `` docker pull postgres `` `` docker run --name some-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres `` Change password, and default username: postgres, that command run postgres...

Do not forget to create the tables that you specified in the configuration file