I am in the process of testing out an upgrade of Nexus from version 2.x to version 3.x.
During the upgrade process, I choose the "File System Hard Linking" for a transfer method (description below).
In this transfer method, version 2 tells version 3 the path of the file content to transfer and a file system hard link to the same content is created. This upgrade method works if versions 2 and version 3 are configured to access the same storage system on identically named mount points and hard linking is supported by the file system used. It is the fastest transfer method.
The upgrade appeared to succeed and I am now onto the post upgrade steps.
One of the steps:
Is the Nexus Repository Manager 2 the nexus directory located under the sonatype-work directory?
Can I archive the nexus directory and free up 178G of space?
du -hs *
178G nexus
26G nexus3
Thanks