Version Installed: Sonarqube 24.12 on Linux RHEL8, using Oracle as Metadata DB
Installed via Zip File
Trying to upgrade to Sonarqube 25.12, I am getting an error on the DB MIgration:
2026.02.20 13:22:44 ERROR web[DbMigrations] 120/121 #202506025 ‘Populate ‘issue_stats_by_rule_key’’: failure | time=1ms
2026.02.20 13:22:44 ERROR web[DbMigrations] Executed 119/121 DB migrations: failure | time=9900ms
2026.02.20 13:22:44 ERROR web[o.s.s.p.d.m.DatabaseMigrationImpl] DB migration failed | time=9929ms
2026.02.20 13:22:44 ERROR web[o.s.s.p.d.m.DatabaseMigrationImpl] DB migration ended with an exception
org.sonar.server.platform.db.migration.step.MigrationStepExecutionException: Execution of migration step #202506025 ‘Populate ‘issue_stats_by_rule_key’’ failed
..
Caused by: java.sql.SQLSyntaxErrorException: ORA-00933: SQL command not properly ended
From reading the following post, I see the fix for this is in Sonarqube 26.1. Can I upgrade directly from 24.12 to 26.1 or do I somehow need to get 25.12 to work (even though the 25.12 failure is out of my control)?