JoomlaPack Joomla Site Restore When Files are Too Large

December 20, 2009

The database sql file in a JoomlaPack JPA file is stored in installation/sql/joomla.sql.

The correct specs to upload large files into the Joomla LMS file library is .htaccess:
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value memory_limit 2048M
php_value max_execution_time 120

I gigantic Joomla sql file (205 MB) is possibly 135 MB jos_session. Don’t backup jos_session, or, edit it out using Jujusoft JuJuEdit, or split the sql file into pieces using splitter.exe, then piece back the pieces you do want.

Previous post:

Next post: