Upgrade issues

hey,

When I upgrade from 0.37.0.2 to the latest version and then reboot, it keeps reporting an error and I can't find a solution for it in the forum.
The error message is as follows:

[2023-02-08 04:49:14,697 ERROR metabase.core :: Metabase Initialization FAILED
liquibase.exception.LockException: Database has migration lock; cannot run migrations. You can force-release these locks by running java -jar metabase.jar migrate release-locks.]

then I follow the above instructions and change the command to this one【java -jar metabase.jar migrate release-locks】, keep swiping the log below and can't access the app, How can I fix this?

Copyright ? 2023 Metabase, Inc.

Metabase Enterprise Edition extensions are NOT PRESENT.
2023-02-08 06:51:26,550 INFO db.setup :: Setting up Liquibase...
2023-02-08 06:51:27,040 INFO db.setup :: Liquibase is ready.
2023-02-08 06:51:37,823 INFO metabase.util :: Maximum memory available to JVM: 1.9 GB
2023-02-08 06:51:41,387 INFO util.encryption :: Saved credentials encryption is DISABLED for this Metabase instance. ?
For more information, see Redirecting…
2023-02-08 06:51:50,990 INFO driver.impl :: Registered abstract driver :sql ?
2023-02-08 06:51:51,031 INFO metabase.util :: ? Load driver :sql took 421.6 ms
2023-02-08 06:51:51,093 INFO driver.impl :: Registered abstract driver :sql-jdbc (parents: [:sql]) ?
2023-02-08 06:51:51,109 INFO metabase.util :: Load driver :sql-jdbc took 513.0 ms
2023-02-08 06:51:51,114 INFO driver.impl :: Registered driver :h2 (parents: [:sql-jdbc]) ?
2023-02-08 06:51:51,298 INFO driver.impl :: Registered driver :mysql (parents: [:sql-jdbc]) ?
2023-02-08 06:51:51,466 INFO driver.impl :: Registered driver :postgres (parents: [:sql-jdbc]) ?
2023-02-08 06:51:59,032 INFO metabase.core ::
Metabase v0.45.2.1 (1a59de7 release-x.45.2.x)

Copyright ? 2023 Metabase, Inc.

Metabase Enterprise Edition extensions are NOT PRESENT.
2023-02-08 06:51:59,312 INFO db.setup :: Setting up Liquibase...
2023-02-08 06:51:59,702 INFO db.setup :: Liquibase is ready.
2023-02-08 06:52:12,374 INFO metabase.util :: Maximum memory available to JVM: 1.9 GB
2023-02-08 06:52:15,894 INFO util.encryption :: Saved credentials encryption is DISABLED for this Metabase instance. ?

my jdk version:

【openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)】

thank you.

you need to use java 11

hey,
Now using jdk11。