mkabilov / pg2ch

Data streaming from postgresql to clickhouse via logical replication mechanism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could Not Sync Tables

maiabdelqader opened this issue · comments

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

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