sonatype / nexus-public

Sonatype Nexus Repository Open-source codebase mirror
https://www.sonatype.com/products/repository-oss-download
Eclipse Public License 1.0
1.91k stars 565 forks source link

Log warning about legacy database files in the DB directory #476

Open dhs-rec opened 1 week ago

dhs-rec commented 1 week ago

After migrating from OrientDB to H2 I see the following warning in the log after every Nexus start:

[FelixStartLevel]  *SYSTEM org.sonatype.nexus.datastore.mybatis.MyBatisDataStore - Database directory contains unsupported legacy database files; remove legacy files as soon as possible.

The migration documentation doesn't mention any cleanup procedure, so which "legacy files" should be removed "as soon as possible"?

dhs-rec commented 1 week ago

I guess everything except nexus.mv.db can be removed from the .../db directory. Please confirm.