H2 Driver and H2 database not compatible with SDK database

During my tests of a jira plugin I noticed the provided h2 database diver in the installed Jira environment for Jira version 8.20 is not compatible with the deployed database from the SDK.
The provided driver version is 1.4.200, the deployed database only runs with a version <= 1.4.199.
Workaround is running atlas-debug until the starting of Jira fails, stopping the process with CTRL-D and then exchange the database driver. After this, debugging is possible again.

1 Like