Database Import Now Shows the Server's Real PHP Upload Size Limit

· Infrastructure · Improvement · All updates

Database Import now shows the real upload size limit, read from the server's own PHP configuration, instead of leaving you to work out why a large import failed.

01 The limit that is actually in force

The figure on the import screen comes from the server's PHP configuration, so it matches what the server will really accept.

02 When a file is too large

If your file exceeds the limit, the message names the exact value and tells you which PHP-FPM settings to adjust — post_max_size and upload_max_filesize in php.ini.

No more guessing why large imports fail.
View the full changelog