Hi Community I am not able to upload the database of 1.4GB in adminer Need your help

Hi @alisukhera :wave:

You will also need to adjust NGINX configuration to reflect client_max_body_size 2G; in order for NGINX to forward that much POST body to PHP

I think also you’ll want to adjust post_max_size and upload_max_filesize to 2048M instead of 204GB :sweat_smile:

Some previous solutions for this:

You can maybe also try compressing the .sql file with WinZIP or make a .tar.gz or .gz file (GZIP)

If those solutions don’t work, let us know!

Best regards,
Zach