Hello.
I've just take maintainance of rather old mantis installation and previous admin chose DB as a method of storage for files.
I want to change that, cause database is now greater than 500MB,
Did someone try and maybe write some helpful scripts to migrate these files from database to normal files?
regards
fEnIo
migrating files from db to hard disk
Moderators: Developer, Contributor
Re: migrating files from db to hard disk
You can use the move_db2disk.php in the admin/ folder to do that.
Migrate your MantisBT to the MantisHub Cloud
Re: migrating files from db to hard disk
when i use this script, it stores the files in my mantis-directory where all the php files are located.
the config setting $g_absolute_path_default_upload_folder seems to be ignored.
i am using mants 1.0.8. is this a bug, that has been fixied in v1.1.4?
can i set the folder that is used to store the files in?
the config setting $g_absolute_path_default_upload_folder seems to be ignored.
i am using mants 1.0.8. is this a bug, that has been fixied in v1.1.4?
can i set the folder that is used to store the files in?
Re: migrating files from db to hard disk
when i run this script, all attatchments are saved to the mantis root folder, where all the php files are located also.
the setting of $g_absolute_path_default_upload_folder seems to be ignored.
is that a bug or what can i do to set the destination folder?
i am using v1.0.8
the setting of $g_absolute_path_default_upload_folder seems to be ignored.
is that a bug or what can i do to set the destination folder?
i am using v1.0.8
Re: migrating files from db to hard disk
before you migrate your db you need to add the destination folders for each project manually.
just click edit project and you will see what I mean.
You need to create the folders before you can ssign them and I needed to give them 777 access. no idea why 700 didnt work
just click edit project and you will see what I mean.
You need to create the folders before you can ssign them and I needed to give them 777 access. no idea why 700 didnt work