• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue increase max file size upload on plesk server

tn7000

New Pleskian
Server operating system version
Debian 11.3
Plesk version and microupdate number
Plesk Obisidian v18.0.43
VersionPlesk Obsidian v18.0.43_build1800220414.18 os_Debian 11.0
BetriebssystemDebian 11.3

How can i increase the maximum file size restriction for backup uploads server wide?

-------------------
i made these changes:

/usr/local/psa/admin/conf/php.ini
post_max_size = 21474836480
upload_max_filesize = 21474836480

/etc/sw-cp-server/config
client_max_body_size 20000m;

/usr/local/psa/admin/conf/templates/custom/server/nginxPleskAccess.php
client_max_body_size 20000m;

i also changed the response/timeout times, to give the server/client enough time for processing larger files (max execution time + max input time)
-------------------

after these changes i do not get the "413 request entity too large" anymore, so it seems to work

the problem is, all files bigger than 2 gb get following error message during upload attempt >>> "Fehler: Es wurden keine Dateien zum Hochladen ausgewählt. Wählen Sie mindestens eine Datei aus." which translates to "error, no files for upload selected, please select at least one file"
all files smaller than 2 gb upload completely normally
 
Did you restart the psa service after applying?



Be sure to log out and in again for the changes to apply in your panel

yeah, we even made full server reboots, since there are very few websites running on it currently ...
thank you for your efforts, but sadly we already did that
 
I have not found anything extra on this so far but for now you could try uploading the file to anywhere on the server and import it that way.
As Peter described here:
 
I have not found anything extra on this so far but for now you could try uploading the file to anywhere on the server and import it that way.
As Peter described here:

Thank you, that's how we are currently doing it.
But come on, we live in the year 2022 ... 2gb maximum limit? Seriously? Are we back in 2010? 90% of our projects are bigger than that ... a LOT bigger ...
 
Thank you, that's how we are currently doing it.
But come on, we live in the year 2022 ... 2gb maximum limit? Seriously? Are we back in 2010? 90% of our projects are bigger than that ... a LOT bigger ...
I'm glad you can do it this way for now.
Il keep looking into this and maybe i will find something more.

I understand the frustration but it is weird that it is not working.
I use to do exactly as you did and it worked but this was over a year ago i might try it again on our new server soon and i will let you know incase it works.

Or hopefully someone else can shine some more light on this?
 
I'm glad you can do it this way for now.
Il keep looking into this and maybe i will find something more.

I understand the frustration but it is weird that it is not working.
I use to do exactly as you did and it worked but this was over a year ago i might try it again on our new server soon and i will let you know incase it works.

Or hopefully someone else can shine some more light on this?

Thanks a lot for your efforts <3
I'm curious now, why it worked for you ...
 
Back
Top