The database collation 'SQL_Latin1_General_CP1_CI_AS' and table collation 'SQL_Latin1_General_CP1_CI_AS' are not supported by JIRA.
The above message I receive once starting my local instance which connected to SQL Server.
When I run the query to see what is used , return as "SQL_Latin1_General_CP1_CI_AS"
But how can I get the following (both similar to my current one), but either one should be accepted by JIRA, I don't know how to resolve this issue. please help.
Easiest and safest way to handle this is to migrate database. Create a new (empty) database (on the same database) with correct collation. Then take a xml backup of your current jira. Shut down jira and change dbconfig to point to new database. Then import the xml backup you have taken earlier on the new database. In this way JIRA will fix the collation to each table with database collation.
After this run database query for both table and database collation. It should give same result.
NOTE: Take full backup of both database and application.
In case of rollback, you just need to change the dbconfig to point to old database. So make sure old database remains untouched.
Also I would suggest to try migration in Test/Dev environment before trying it in actual production environment.
Thank you so much!
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.