Deployment recommendations for Jira server 8.13.1

Rinat Sadikov November 16, 2020

Hello.

We are planning deploy jira server in a docker container.

1. What collation is better to use for postgres database with system default language russian? ru_RU.utf8 or (C / POSIX)

2. Which java version to choose?

1 answer

1 accepted

0 votes
Answer accepted
Artem Fomin - DevOps Action
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2020

1. ru_RU.utf8 is not a supported collation. Here is a list of what could work for you: C, C.UTF-8, POSIX, POSIX.UTF-8. 

2. I'd just use the bundled JRE. Jira 8.13.1 comes with openjdk version "1.8.0_202"

Rinat Sadikov November 16, 2020

Thanks,

1. https://jira.atlassian.com/browse/JRASERVER-66236 - haven't added support *.UTF-8 since 8.12?

2. Docker container with tag jdk11 comes with AdoptOpenJDK 11.0.9, what are differences from 1.8.0?

3. Collation for russian confluence server?

Suggest an answer

Log in or Sign up to answer