We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If my sql file is under 1Go it's ok, over 1Go I received a 413 response regardless of UPLOAD_LIMIT param
The text was updated successfully, but these errors were encountered:
Thank you for the report, I need to investigate. That said you should be using phpmyadmin as the image name, it is the official Docker one. Ref #363
phpmyadmin
Sorry, something went wrong.
Thank you. I change to use the official image. For info, I obtain the same result
Same Issue here. Only the latest Version. Downgrade to phpmyadmin/phpmyadmin:5.2.0 and work now.
Seems to be, that the variable "UPLOAD_LIMIT" are not set correctly somewhere
Here is the diff, this is quite strange: 5.2.0...5.2.1.1
Can you use : phpmyadmin:5.2.0 and confirm that it still works fine ? But not phpmyadmin:5.2.1
phpmyadmin:5.2.0
phpmyadmin:5.2.1
No branches or pull requests
With this configuration (latest = 5.2.1 today):
I try to upload this file (~1Go):
And I obtain 413:
Precision:
If my sql file is under 1Go it's ok, over 1Go I received a 413 response regardless of UPLOAD_LIMIT param
The text was updated successfully, but these errors were encountered: