Open JosefMachytkaNetApp opened 11 months ago
I had a look at the parser and it seems that this was an error or copy-pasto in the documentation updates in 56d24de6: Only the Mysql driver seems to support multiple readers per thread
and rows per range
unfortunately. I will see whether I can open a PR to fix this.
Hello! I need your help. Documentation for PostgreSQL to PostgreSQL migration claims that I can use "rows per range" option:
But pgloader of multiple versions (see below) refuses to parse config file if I add these options - I always get
ESRAP-PARSE-ERROR
for bothmultiple readers per thread
androws per range
commands. Without them config file works.I have huge migration pg2pg where I would really need to use these options, but pgloader refuses to parse them. Here is WITH part of my config file:
Am I doing something wrongly? Is there some workaround? Thank you very much for your help!
&
&
manual build from latest master - which surprisingly shows me version: pgloader version "3.6.7~devel" compiled with SBCL 2.0.1.debian (I tried to download and build repeatedly - master really shows me this version)
Thank you very much for your help!