mkabilov / pg2ch

Data streaming from postgresql to clickhouse via logical replication mechanism
MIT License
195 stars 35 forks source link

Could Not Sync Tables #31

Closed maiabdelqader closed 5 years ago

maiabdelqader commented 5 years ago

I am getting this error when I run pg2ch command.

The script started working fine, the synchronization started, and then I got this error:

could not start: could not sync tables: could not sync $TABLE_NAME: could not commit transaction: driver: bad connection

maiabdelqader commented 5 years ago

The issue was in the size of memory. The size has been fixed by increasing it.