Page 1 of 1

project disappearing

Posted: 05 Mar 2007, 10:49
by El_Greg
Hi all,

A few days or weeks ago, 2 projects of the same user (manager right) in my organisation have totally dissappeared of mantis database.

We are trying to find the right DB save in order to restore it...

I have 2 questions :
- is there a export / import tool to reload the bugs from one DB to another ?
- is there a log in Mantis to see when the problem occurs (I guess it is probably a wrong admin task).

Thanks in advance for your help.

Regards,

Gregory

Mantis V1.0.1

Re: project disappearing

Posted: 05 Mar 2007, 14:34
by deboutv
El_Greg wrote:Hi all,

A few days or weeks ago, 2 projects of the same user (manager right) in my organisation have totally dissappeared of mantis database.

We are trying to find the right DB save in order to restore it...

I have 2 questions :
- is there a export / import tool to reload the bugs from one DB to another ?
Not provided by Mantis but by your SQL server.

By example:

mysqldump > file.sql

mysql < file.sql
- is there a log in Mantis to see when the problem occurs (I guess it is probably a wrong admin task).
No I don't think so. You can look into the Apache logs.

Posted: 05 Mar 2007, 15:43
by El_Greg
Thanks for your help.
Ok for the export / import with the sql engine. I will do that.

For the Log, I have seen that a log tool can be implmented with mantis but no idea of the content of it.
We checked the apache log but didn't found the trace of the project removal.

Thanks again,

Gregory