0

my hsql database of JIRA has been corrupted due to power-jerk, we have been trying to recover this Hsql database but we haven't found any proper solution yet.is there any way to recover this database?

raj patel
  • 3
  • 2

1 Answers1

0

Did you use HSQLDB for a production environment? Because this is absolutely not recommended: https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+HSQLDB

If you have the XML Backup service enabled, it might have saved some of your data in JIRA_HOME/exports

https://confluence.atlassian.com/display/JIRA/Automating+JIRA+Backups

Stefan Ernst
  • 2,781
  • 4
  • 25
  • 34