Page 1 of 1

How to increase the upload size on myVesta CP

Posted: Tue Dec 22, 2020 8:32 am
by andawriter
Hello Friends,

I have another question. I've been with cPanel for 13 years and lately with Plesk. So everything here in myVestaCP is sort of new to me.

I have an SMF-based forum site with a MariaDB database size of about 3GB. I downloaded the database and tried to upload it on MyVestaCP's myPHPadmin. But the default upload size limit is only 800MB. How do I increase the upload and download limit of mySQL to 4GB using phpMyAdmin?

Thank you.

Re: Increasing Upload Size on MyVestaCP

Posted: Tue Dec 22, 2020 11:08 am
by al3xg0r

Re: Increasing Upload Size on MyVestaCP

Posted: Tue Dec 22, 2020 12:25 pm
by myVesta
as al3xg0r already said, see viewtopic.php?f=18&t=54

so, in /etc/php/7.3/fpm/pool.d/YOUR-HOST.conf file, alter:
  • upload_max_filesize
  • post_max_size
also you can alter:
  • request_terminate_timeout
  • max_execution_time
  • memory_limit
and then restart php-fpm:

Code: Select all

systemctl restart php7.3-fpm