Upgrade from 7.9.6. to 8.9.2 failed of DB

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    I am using 7.9.1 I upgraded successfully to 7.9.6
  • what are you trying to achieve
    I want to upgrade to 8.9.2
  • what have you tried so far to achieve this
    I am using docker.The service fails to start on version 8.9.2 the error is jdbc.sqlnvalidAuthorization:worng user name or password.

I am using the default DB of SQ. I didn’t change the user/password between the upgrades
Thanks

Hi,

Welcome to the community!

The embedded DB is not intended for production use, and there is no support for version upgrade with it. You’ll need to start over with a supported DB.

 
Ann

ohhh:.too bad thanks.
what if I will only upgrade the plugins?will latest plugins work with 7.9.1? I saw the plugin matrix and in 8.9 they are bundled.
If so will I need in this case to update also the scanner so it will work using the new update version plugins?

Thnaks

Can I use the migration tool to migrate the data from the embedded h2 to PostgreSQL DB(I am using the community version)?

Hi,

There is no support for migrating from or with H2. Period. That’s why there’s a warning on every page of the interface.

 
:woman_shrugging:
Ann

ok thanks!