project disappearing

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
El_Greg
Posts: 47
Joined: 27 Apr 2006, 07:20
Location: FRANCE

project disappearing

Post 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
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: project disappearing

Post 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.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
El_Greg
Posts: 47
Joined: 27 Apr 2006, 07:20
Location: FRANCE

Post 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
Post Reply