Increasing Upload Size on MyVestaCP
-
- Posts: 8
- Joined: Mon Dec 14, 2020 8:59 am
Increasing Upload Size on MyVestaCP
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.
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
look this way: viewtopic.php?p=734#p734
Re: Increasing Upload Size on MyVestaCP
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:
so, in /etc/php/7.3/fpm/pool.d/YOUR-HOST.conf file, alter:
- upload_max_filesize
- post_max_size
- request_terminate_timeout
- max_execution_time
- memory_limit
Code: Select all
systemctl restart php7.3-fpm