Two questions about Mantis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
llsnakyll
Posts: 2
Joined: 29 Oct 2009, 15:49

Two questions about Mantis

Post by llsnakyll »

Hello,

i have two question regarding mantis 1.1.8..

1. can mantis create separate databases for each project (e.g. Projekt 1 > Database 1 / Project 2 > Database 2)?
2. how can i save all uploaded files to the harddisk of my server ? its seems thats mantis only write the files in the database and not on the harddisk


Best regards,
llsnakyll
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Two questions about Mantis

Post by vboctor »

1. Single code instance with multiple databases - this is not supported out of the box.
http://www.mantisbt.org/bugs/view.php?id=8401

2. For uploads on disk, checkout the "MantisBT File Upload Settings" configuration options in config_defaults_inc.php specially the following:
$g_file_upload_method = DISK;
$g_absolute_path_default_upload_folder = '/myattachments/';
Migrate your MantisBT to the MantisHub Cloud
llsnakyll
Posts: 2
Joined: 29 Oct 2009, 15:49

Re: Two questions about Mantis

Post by llsnakyll »

thanks for the fast answer...

1. i read all posts but i dosn't found anything... I do not work long with manits yet so maybe i missed something in the posts.
can i change the code to make it possible to have one mantis and multiple databases ?

best regards
llsnakyll
Post Reply