You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade nexus-repository-manager from 3.70.0 to 3.71.0, but first I tried to migrate database from orient to H2.
I follow those steps to doing this migration of database:
backup nexus with tasks
Stop nexus
Exec nexus-migrator jar in nexus-data directory
java -Xmx16G -Xms16G -XX:+UseG1GC -XX:MaxDirectMemorySize=28672M -jar nexus-db-migrator-*.jar --migration_type=h2
add value in /nexus-data/etc/nexus.properties
nexus.datastore.enabled=true
mv nexus.db.mv to /nexus-data/db directory
Restart Nexus
After this database migration, I've lost my s3 blobstore configuration and my repositories in this blobstore.
Can you help me please?
The text was updated successfully, but these errors were encountered:
Hi Everyone,
I'm trying to upgrade nexus-repository-manager from 3.70.0 to 3.71.0, but first I tried to migrate database from orient to H2.
I follow those steps to doing this migration of database:
java -Xmx16G -Xms16G -XX:+UseG1GC -XX:MaxDirectMemorySize=28672M -jar nexus-db-migrator-*.jar --migration_type=h2
nexus.datastore.enabled=true
After this database migration, I've lost my s3 blobstore configuration and my repositories in this blobstore.
Can you help me please?
The text was updated successfully, but these errors were encountered: