Last active
May 6, 2019 02:23
-
-
Save DamionDamion/a614fc551ec645d7c64b07f938583ac7 to your computer and use it in GitHub Desktop.
Jira database encoding & collation setup (Postgrsql)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# As of Jira 8.1 | |
# https://confluence.atlassian.com/adminjiraserver/connecting-jira-applications-to-postgresql-938846851.html | |
create database jira with owner jira ENCODING 'UNICODE' LC_COLLATE 'C' LC_CTYPE 'C' TEMPLATE template0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment