It looks like 1.8.0. But I think that we should not use HSQLDB in production environment.
# ls -l /opt/atlassian/jira/lib/hsql* -rw-r--r--. 1 root root 641570 Jun 3 08:33 /opt/atlassian/jira/lib/hsqldb-1.8.0.5.jar
There's an underlying question here - why do you ask?
Jira shouldn't be used with HSQLDB except for a bit of development and testing. So the version of HSQLDB is completely unimportant to you because you aren't going to use it for anything serious. If you're writing stuff that actually needs to know, then you need to stop and go do it in the actual target datbase, not HSQLDB.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to get an idea of what I'm dealing with. From my research latter versions of HSQL are more reliable, especially 2.3. At least that's the impression I get from my limited research.
Unfortionatly we're a small company of 9 people. JIRA was setup two years a go with the mind that all our engineering dept. (4 people) would use it but it turns out I was the only one to use it. I'm the only one who does software development and it proved very useful to me. We don't have an IT guy and I don't have an understanding of databases. I'm looking into creating xml backups of JIRA and attachements now as I know it crasy not to do at least that. If JIRA dies now it'll be a major anoyance but not a great lost even to me.
I would play around witih MySql but the server is restricted access and even if I get access I'm a little reluctant to play around on an important server. So the situlations a bit awkward.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mmm, that is a bit of a bind. HSQL can, and does, fail catastrophically, and you can lose everything. Although, the xml backups you've got will at least make it easy to rebuild.
I don't think pulling out and inserting a more recent and theoretically more stable version of HSQL is worth the effort though. I'd persevere with an installation of MySQL or PostGreSQL to replace it, which isn't that hard (bit of a learning curve, but if you follow the Atlassian guide to using MySQL with Jira, it's actually "change the config files and paste in these commands" and you're done)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like 1.8.0.
But I think that we should not use HSQLDB in production environment.
# ls -l /opt/atlassian/jira/lib/hsql*
-rw-r--r--. 1 root root 641570 Jun 3 08:33 /opt/atlassian/jira/lib/hsqldb-1.8.0.5.jar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.