Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

does crowd postgres database have to be configured the same way jira postgres is?

Ronnie Issa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 21, 2018

When I setup the jira database on a linux postgres 9.4 server, I remember some certain specific parameters needed to be configured on the database, specifically the collation and ctype, as found here in this article.

https://confluence.atlassian.com/adminjiraserver073/connecting-jira-applications-to-postgresql-861253040.html

 

does the same need to be done for the atlassian crowd database which im configuring on the same postgres server?

1 answer

1 vote
Zachary Hayes
Contributor
October 10, 2019

You don't need to set LC_COLLATE or LC_CTYPE.

The following should be sufficient:

CREATE DATABASE crowddb WITH ENCODING='UTF8' OWNER=crowduser CONNECTION LIMIT=-1;

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events