How to increase the upload size on myVesta CP

Post Reply
andawriter
Posts: 8
Joined: Mon Dec 14, 2020 8:59 am

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.
User avatar
al3xg0r
Posts: 13
Joined: Tue Jul 07, 2020 2:11 pm
Your location: UA

User avatar
myVesta
Site Admin
Posts: 924
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

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
Post Reply