Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration database orientdb to h2 problem with composer #163

Open
bsnarski-CKPL opened this issue Sep 26, 2024 · 1 comment
Open

Migration database orientdb to h2 problem with composer #163

bsnarski-CKPL opened this issue Sep 26, 2024 · 1 comment

Comments

@bsnarski-CKPL
Copy link

I am using Nexus 3.70.2 with the nexus-repository-composer plugin. When performing a migration to the H2 database, the composer type is not recognized. The migration completes successfully for all types except composer. Is there a way to perform the migration while preserving all composer objects?
Has anyone else encountered this issue and knows how to perform a migration from OrientDB to H2 while preserving composer objects?

@stklcode
Copy link
Contributor

Migration is done offline, so no Composer plugin or similar is available. I never had a deeper look into this procedure, but I guess somebody would have to write a migration routine.

I did a dirty hacky backup+restore on my hosted repos (see #157 (comment) - use at own risk) and applied some manual metadata restore (date, uploader) afterwards. For proxy repos I’m totally fine with a reset.

As it’s a one-time process and the plugin was already way behind 3.70 my personal motivation is rather low to invest time in the old model, but it should be doable. In the end "just" some DB magic, but "someone" needs to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants