Which of the following database is recommended for JIRA and if you can provide few points why it will be helpful.
The best answer I can give to this is:
If I have complete free-range on which one to choose for JIRA, I would put the supported four in this order:
p.s. the list is slightly different for Confluence - MS-SQL arguably works better than Oracle, and almost as well as MySQL for Confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, given your comment above, MySQL is probably the best for you, so the specifics on that are:
Be careful to get the collation and locale right before you do anything with JIRA (follow the recommendations in the setup document to the letter. But take the advice of your DBAs on anything that is not covered in that doc)
Watch out for users trying to be "clever" with emojis and graphics - importing emojis and other stuff into MySQL does not work. You'll be fine with most data though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
Couldn't thank you yesterday because "limit on no of comments" as I just registered. Thanks for explanation and suggestions. In our infrastructure we have mysql clusters but with strict mode off. But I see Atlassian recommending to use with strict mode. What kind of issues I might face with out strict mode using mysql.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you run into a bug that affects a write cycle, with strict mode off, it's more likely to allow broken data to go into the database. This is a very rare occurrence though, and does require that a bug is hit at a low level. I think the strict mode checking is a strong recommendation rather than an absolute requirement
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I will read the types of strict modes but I don't know how choose: STRICT_ALL_TABLES
or STRICT_TRANS_TABLES
,. I'll use MySQL enterprise 5.7.23.
Thanks for your comments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ganesh,
Which database is best option for Jira?
Without a doubt, although this is not an option in your list, the recommended database would be PostgreSQL. This is the database that we at Atlassian also use for JIRA Cloud instances. This recommendation is only included in the latest supported platforms page with a complete explanation as to why we recommend this: https://confluence.atlassian.com/display/adminjiraserver071/Supported+Platforms#Supportedplatforms-postgresnote
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wish I can use postgres. But its not supported in our infra. So I have listed 3 dbs supported . So we are going with msyql as community suggesting it is next best. Thanks for taking time to provide your inputs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
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.
MySQL then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hello, is depend if you have db or not.
for example, i use in 3 different companies the 3 db.
mysql is cheap, but have some limitations. is open Source Database. take care with the support if you have any issue.
MSSQL is expensive but not expensive than Oracle and you pay attention with the cost of the DBA. Its not so simple to find good and cheap Oracle DBA and MSSQL DBA.
The best are MSSQL and ORACLE, both are the same level for our usability. and both have a good performance and scalebility, redundance, etc.
The more important is the people support you have to admin the db. and pay attention with the cost of the licence (MSSql and Oracle).
if you are a begginer i recommend to start with MSSQL then if you grow, you can migrate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pablo,
Thanks for the suggestion. From DB cost and DBA perspective, all 3 are equal for us. And all 3 are existing in our infra already.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Ganesh, ok. then i recommend MSSQL in first place and second place Oracle, just becouse of there are more technnical people of MS than ORacle. But both are very good database if you hace DBA.
Keep in touch.
Please, feel free in ask more questions....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
in my case, the configuration in MSSQL was easy and suppose to you will be the same. may in Oracle is a little more difficult it, just a little bit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd strongly recommend MySQL first (as PostGres isn't a good choice due to your DBA's willingbess to support it)
MS-SQL is a poor performer when it comes to Atlassian applications - usually in fourth place (crept into third for Confluence)
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.
Hi @Ganesh Gembali,
The MySQL driver is no longer bundled with JIra.
Jira does not support 4 byte characters, regardless of MySQL version.
If you must use 4 byte characters we recommend you use PostgreSQL.
please look on this page.
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.