At the moment message size for importing data isn't limited. That's why it doesn't work sometimes, because PMM Server has limitation on client message size. So we need to limit it on the pmm-dump side by default. The current value in PMM is 10mb.
created a small script that tweaks the nginx config within PMM, but it's a hack, so we need to implement a proper solution.
At the moment message size for importing data isn't limited. That's why it doesn't work sometimes, because PMM Server has limitation on client message size.
So we need to limit it on the pmm-dump side by default. The current value in PMM is 10mb.
created a small script that tweaks the nginx config within PMM, but it's a hack, so we need to implement a proper solution.