Move attachments from db to disk not working, big size of DB
Posted: 22 Jan 2014, 11:26
Hello, I am facing an issue regarding the move 2 db script , I have all the attachments on db but I want to move them to disk instead, I changed the config_defaults_inc.php to
# $g_allow_reporter_upload
$g_allow_file_upload = ON;
# Upload destination: specify actual location in project settings
# DISK, DATABASE, or FTP.
$g_file_upload_method = DISK;
and when I try to the page system_utils.php to Move attachments to disk it says : No attachments need to be moved,
Is this related with the large table mantis_bug_file_table which is ~9GB?
Mantis version is 1.1.6
Thank you,
Regards
# $g_allow_reporter_upload
$g_allow_file_upload = ON;
# Upload destination: specify actual location in project settings
# DISK, DATABASE, or FTP.
$g_file_upload_method = DISK;
and when I try to the page system_utils.php to Move attachments to disk it says : No attachments need to be moved,
Is this related with the large table mantis_bug_file_table which is ~9GB?
Mantis version is 1.1.6
Thank you,
Regards