Niklas
Niklas
Please consult the logs of your API server container running in OpenShift. If the BOM fails to be processed, you'll see error logs there. On a side note, 4.6.3 is...
Newer versions of DT also include schema validation, which should make issues like this a lot more obvious to users and API clients. Closing this as no further details were...
Thanks for reporting @carniz! This error happens when the secret couldn't be decrypted using the secret key (stored in `/data/keys/secret.key`). A common cause is restoring the database from backup, but...
Although that doc page 👆 does not mention the secret key and its purpose. Will need to add that. I was also planning to add "backup & restore" documentation. Anyway,...
To everyone experiencing this issue, please keep an eye on your logs after upgrading to 4.11. We introduced changes in that version to provide more information if this error occurs....
Final request to please report back if this issue occurred again. Note that the additional logging we added directly links to this issue. The fact that no one commented since...
@konstantin-921 First, have you ensured that you persist the [data directory](https://docs.dependencytrack.org/getting-started/data-directory/), as mentioned earlier in this thread? Second, have you done what the log message asks you to do? >...
Between 4.8.x and 4.9.x, the `h2` dependency was bumped from `2.1.214` to `2.2.220`. I couldn't find anything indicating a breaking change in the database format in the changelogs: https://www.h2database.com/html/changelog.html That...
> If H2 is not for production use is there a way to migrate from H2 to Postgres? No, providing means of migrating between RDBMSes is out-of-scope for DT.
@fbuchmeier-abi There is currently no one actively working on it AFAIK. As always, contributions would help getting it delivered sooner. :) > Would it be OK to clean up the...