Import/Export project Sonarqube developer to Sonarqube Enterprise

Hello,

We are starting the migration of projects from SonarQube Developer to SonarQube Enterprise.

All prerequisites have been met:

  • Same project key
  • Same software version
  • Same plugin version on both source and target

During the import, I encountered the following error:

2025.03.18 14:16:53 INFO  ce[][o.s.c.t.CeWorkerImpl] Execute task | project=xxx | type=PROJECT_IMPORT | id=7365ba93-56b0-4d22-8ab8-e8da226bc0fb | submitter=xxx  
2025.03.18 14:16:53 INFO ce[7365ba93-56b0-4d22-8ab8-e8da226bc0fb][o.s.c.t.s.ComputationStepExecutor] Load project | status=SUCCESS | time=2ms  
2025.03.18 14:16:53 INFO ce[7365ba93-56b0-4d22-8ab8-e8da226bc0fb][o.s.c.t.s.ComputationStepExecutor] Load dump file | status=SUCCESS | time=3ms  
2025.03.18 14:16:53 INFO ce[7365ba93-56b0-4d22-8ab8-e8da226bc0fb][o.s.c.t.s.ComputationStepExecutor] Initialize | status=SUCCESS | time=7ms  
2025.03.18 14:16:53 INFO ce[7365ba93-56b0-4d22-8ab8-e8da226bc0fb][o.s.c.t.s.ComputationStepExecutor] Check SonarQube version | status=SUCCESS | time=0ms  
2025.03.18 14:16:53 ERROR ce[7365ba93-56b0-4d22-8ab8-e8da226bc0fb][com.sonar.H.d.p.Q.v] Plugin Text Code Quality and Security [textdeveloper] is not installed. Expecting version 2.20.0.5038.  
2025.03.18 14:16:53 INFO ce[7365ba93-56b0-4d22-8ab8-e8da226bc0fb][o.s.c.t.s.ComputationStepExecutor] Check plugins | status=FAILED | time=0ms  
2025.03.18 14:16:53 INFO ce[7365ba93-56b0-4d22-8ab8-e8da226bc0fb][o.s.c.t.CeWorkerImpl] Executed task | project=geta_lib | type=PROJECT_IMPORT | id=7365ba93-56b0-4d22-8ab8-e8da226bc0fb | submitter=xxx | status=FAILED | time=29ms  

I can’t figure out where this plugin comes from:
Plugin Text Code Quality and Security [textdeveloper] is not installed. Expecting version 2.20.0.5038.
It is not referenced anywhere.

Have you encountered this issue before? It’s really blocking and frustrating. Did I miss any information or prerequisite?

Documentation: https://docs.sonarsource.com/sonarqube-server/9.9/instance-administration/project-move/

Thank you for your help.

Best regards,

Matthieu G.

Hey there.

I’d guess you’re using SonarQube Server 2025.1. There was a bug (SONAR-24382) that has been fixed in SonarQube Server 2025.1.1. It was released a few days ago!

You should upgrade both instances, at which point project move will work as expected.

2 Likes

Hello,

The server update resolved the issue.

Thank you.

Matt

1 Like