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

Jira Cloud to Server move blocker

aaron ethan vaughan October 18, 2018

I am attempting to migrate our company from Cloud to Server.
I have the installation set up and the database (on a different server) is able to be connect and build Jira normally just fine.
When I try to do the import existing data I get this error:error3.PNG

We thought it was collation since we are going from Cloud to a Microsoft SQL Server 2016, so we changed the collation, but still this error. Gotten it three time now.


Huge blocker.

Any help is appreciated.

 

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
KellyW
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 21, 2018

Hi Aaron,

 

It seems that you may be have encountered a known bug reported here -- Import from Cloud to Server fails: value too long for type character varying (60).

 

The issue is related to the recent update to the username field. 

 

Please update the column maximum length with following SQL query and let us know how it goes:

ALTER TABLE os_historystep ALTER COLUMN caller TYPE character varying(255);

 

Regards,
Kelly

TAGS
AUG Leaders

Atlassian Community Events