Done
Details
Assignee
Oleksandr LevchenkovOleksandr Levchenkov(Deactivated)Reporter
maksim.larinmaksim.larin(Deactivated)Components
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Oleksandr Levchenkov
Oleksandr Levchenkov(Deactivated)Reporter
maksim.larin
maksim.larin(Deactivated)Components
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created August 17, 2021 at 12:01 PM
Updated March 7, 2024 at 9:38 AM
Resolved November 5, 2021 at 2:25 PM
Issue:
---------
import process fails with the error:
Nginx error log contains the following error message:
Steps to reproduce:
----------------------------
Download the attached .tar.gz files, join them using this command
Then run the import command:
NOTE: replace <port> with your port number
Workaround:
------------------
set "client_max_body_size 30m;" in /etc/nginx/conf.d/pmm.conf under "server" config and reload the nginx.
Suggested fix:
-------------------
Reduce the chunk size to prevent the issue or make the chunk size configurable.