Hi guys,
Installed Jira 8.8.0 on Centos on 7.2 with MariaDB / MySQL (mysql Ver 15.1 Distrib 10.1.44-MariaDB )and started configuring it from the browser, choosing my own database.
Test connection works fine, but it dies immediately after, although the database seems to be be populated.
This is the log file: INSTALLATION LOG
Database misses the table that seems to generate the error, screenshot here:
SQL Exception while executing the following:SELECT pluginkey, pluginenabled FROM pluginstate (Table 'jirmc3db.pluginstate' doesn't exist)
Thanks a lot!
Hello @Daniel_Hlebanovschi ,
Thanks for reaching out and on this one I can see that your using MiraDB as the DB type, While it is not impossible to use MiraDB it is not currently supported for use with Jira and more than likely requires some customizations to make it work with the system. For support reasons, and verified compatibility, I'd suggest that you do not use MiraDB.
I would recomend via the time table your looking at per the comment " Desperately need to get this working" to select a supported DB from the "Supported Platforms" page to use to get this running ASAP.
If you need to circle back to MiraDB I would recomend reaching out to the MiraDB support channel to ask for advice as I know they are have put out blogs in the past about working on Jira compatibility with MiraDB, exe:
Regards,
Earl
Also an Additional Follow up item, Support for MiraDB as a compatible DB is being tracked here:
This is not currently on our short term roadmap but is flagged for future consideration so make sure to add a vote to this one to help us track continued interest and influence a priority bump.
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, anyone else please? Desperately need to get this working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Googling the error in the install log I found
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
[root@ufo logs]# cat /etc/my.cnf | grep storage
default-storage-engine=INNODB
[root@ufo logs]#
Already set, so it's not that.
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.