Page 1 of 1
Issues uploading big database
Posted: Tue Sep 03, 2019 4:08 pm
by TerranceM
Hey! I'm trying to upload a rather big database but I'm having some trouble with uploading it since there is an upload limit set in the php.ini file.
I'm currently running Vesta, but I have no clue what so ever where I can change the max upload limit. Any ideas?
Re: Issues uploading big database
Posted: Wed Sep 04, 2019 7:19 am
by sysdop
By console you can change the values of php.ini, to find the one that corresponds to your version of Ubuntu runs the following.
Code: Select all
apt-get install mlocate && update && locate php.ini
You will get several options and there you can change according to what corresponds to you, you need to run a php info to find out the path of the system php.ini.
You need to restart apache (and php-fpm to use it) at the end of the modification.
Re: Issues uploading big database
Posted: Wed Sep 04, 2019 6:32 pm
by SmithJ
upload max size can be changed from
/etc/php5/apache2/php.ini
I was suffering from a similar when I was performing the database as well as Email Migration but that little tweak worked well.