I am changing from the free H2 database that comes with Confluence, and in which I've put several articles linked to my Jira Service Desk KB in a Space, to a PostgreSQL 9.6 DB. I was able to do this successfully for my Service Desk, but I have an issue when trying to do the Confluence, because of this statement...
Next, create a database (for example confluence
):
confluenceuser
)utf8
encoding.utf8
. Other collations, such as "C", are known to cause issues with Confluence. I do not have the option of choosing "utf8" in the dropdown box in the DB setup of PostgreSQL 9.6, or if I try to manually key it, The default option is C (which is what Jira Service Desk recommends, but according to the info above, should not be used with Confluence), and the only other two options available to me are "POSIX" and "English_United States.1252" I am not sure what to do at this point. Does anyone have any advice?
Thank you very much.
Looks like an answer to the above question. Going to give it a try.
I find it easier to use command line. The Jira / Postgres instructions give you the commands to run. You'll need to adjust it to suit your needs, though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dave, I appreciate the reply. The link you gave me is one of the links I've been working off of. If utf8 is not available for collation in my install of PostgreSQL 9.6, whether I do it through the GUI wizard, or through issuing command lines, it will fail. Does anyone know how to make that option available in PostgreSQL 9.6? Or have a site with a community like this one for that product (can't seem to find an interactive one). Thanks again.
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.