zpupster Posted December 20, 2011 Posted December 20, 2011 hello, i have successfully migrated from 2.2 to 2.3. when i went to do a database backup. i do not have an option to backup with compression (gzip). i turned on gzip compression in the configuration section. any ideas? thanks, craig
zpupster Posted December 22, 2011 Author Posted December 22, 2011 i had a difficult time finding an answer to this question. but this worked for me. find this in admin/includes/application_top.php around line 40. define('LOCAL_EXE_GZIP', 'gzip'); define('LOCAL_EXE_GUNZIP', 'gunzip'); define('LOCAL_EXE_ZIP', 'zip'); define('LOCAL_EXE_UNZIP', 'unzip'); and change it to this define('LOCAL_EXE_GZIP', '/usr/bin/gzip'); define('LOCAL_EXE_GUNZIP', '/usr/bin/gunzip'); define('LOCAL_EXE_ZIP', '/usr/local/bin/zip'); define('LOCAL_EXE_UNZIP', '/usr/local/bin/unzip'); thanks, craig
Recommended Posts
Archived
This topic is now archived and is closed to further replies.