Lost data after restarting Kunagi
I have installed kunagi and its working fine, but after reboot the server all my saved story and sprints are not available.
I am getting only login screen in that I am able to login with admin only my all users and data are lost. please guide how to restored the same
Statement from Kunagi Team
Kunagi stores its data as simple XML files. Depending on your operating system and Tomcat installation, the path to this data differs. Normally it is "${currentWorkDir}/webapps/kunagi/". This path is displayed in the output log file of your Tomcat (catalina.out), when starting Kunagi.
Perhaps you started your Tomcat for the first time differently (different user, different working directory) than you did for the second time. Please search for a directory called "webapps/kunagi/". All data is stored there.
Status
Issue is closed.
Comments
Fri, Mar 8, 2013, 17:57 by Pedro
inside webapp/kunagi there isn't any data, and catalina.out neither. Help please!.
I renamed kunagi.war. That's the problem?.
Sorry the english
Fri, Mar 8, 2013, 18:53 by Pedro
Sorry, I found it, I was looking into [Tomcat] / webpps but was inside the Windows folder!. I was testing out backups, but I noticed with surprise that restores everything except the comments!. I do something wrong?.
I'm using Windows 7 7/Tomcat
Sat, Mar 9, 2013, 13:59 by Witek (SM,T)
When you rename the kunagi.war
file to test.war
, then you have to rename the kunagi-data
directory to test-data
.
Mon, May 27, 2013, 04:11 by Joe
All data may stored in some backup folder. but the question was how to restore them? Should i copy them into "webapps/kunagi/" folder or what?
Mon, May 27, 2013, 09:18 by Witek (SM,T)
@Joe: Please note that Pedro did not restore his data from the backups
directory. He renamed his webapp, so he had to rename the corresponding data directory too.
If you still want to restore from the backups
directory, you have to pick one of the zip files and extract it into your data directory (which is kunagi-data
if your webapp is named kunagi
). Tomcat has to be stopped, while doing this.
Mon, May 27, 2013, 09:56 by Joe
Thanks for the advise.