toluaina / pgsync

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

Update psycopg2 patch version to update native library #443

Closed KevinRizzoTO closed 1 year ago

KevinRizzoTO commented 1 year ago

Hi! Thank you so much for maintaining this great tool 😄 I ran into an issue running pgsync in my Mac with an M1 chip. It seems that version 2.9.5 of psycopg2-binary when precompiled for ARM includes an older version of libpq which creates problems when used with certain versions of Postgres. The issue I was seeing has been well documented here and should be fixed in 2.9.6. I've updated the version here to match that.

If there are any issues, please let me know!

KevinRizzoTO commented 1 year ago

Closing as it looks like this was addressed here