Closed dealertouch closed 3 months ago
Thanks for the report and detailed steps to reproduce. This makes things a whole easier. I've pushed a fix to main branch.
Thanks for fixing the issue, how can I build from main branch?
@toluaina Tried the main branch and the fix is working. any timeline when this fix will be release?
PGSync version: Version: 3.1.0
Postgres version: PostgreSQL 16.3
Elasticsearch/OpenSearch version:
Redis version: Redis version=7.2.5
Python version: Python 3.10.2
Problem Description: PGSync crashes when adding a new row to table phone_number Create following tables in Postgres
When I add a new row to
phone_numbers
table, pgsync crashes with exceptionit will resolve if I run
bootstrap
command again before runningpgsync
but it requires run ofbootstrap
after any new row added tophone_numbers
this is my
schema.json
fileError Message (if any):