How to restore a deleted project back to redmine?
Added by akhil s about 12 years ago
Hi all,
Unfortunately a project in my database got deleted. How could I restore the project back to my redmine database without affecting the table structure. Luckily I took a backup of my database before it got deleted, I tried to import the deleted project to a temporary working copy of database using my local PMA but it showed that the tree structure of the table 'project' is changed(fields: lft,rgt). Can anybody help me to find a solution to solve this problem? thanks in advance.
Replies (2)
RE: How to restore a deleted project back to redmine?
-
Added by Anonymous about 12 years ago
I'm no DB whiz, but could you create a temporary placeholder project with the right position in the structure and then overwrite it with the backup copy using the new position values?
RE: How to restore a deleted project back to redmine?
-
Added by akhil s about 12 years ago
I have tried that but it shows every time when we change the value tree structure of project is modifying. Also I have one more doubt, can we restore the attachments of that deleted project because I cant find it out on the folder redmine/files. Is there any alternate way to restore.