sonatype / docker-nexus

Docker image for Sonatype Nexus
Other
383 stars 201 forks source link

Issue while upgrading Nexus 2.14.9 to Nexus 3.13 #81

Closed AnuragCvent closed 5 years ago

AnuragCvent commented 5 years ago

HI Team, I am getting the below issue while upgrading Nexus 2.14.9 to Nexus 3.13.

Failed: java.lang.IllegalStateException: Ingestion method FS_LINK unavailable from repository bt-travel-wildfly to blob store default. Allowed: [[DOWNLOAD]]

I am blocked because of the above issue. Can you please suggest?

Thanks Anurag

joedragons commented 5 years ago

@AnuragCvent What Transfer method did you choose? Sounds like you picked (file system) hard link and you connection only allows (HTTP) download. Ref: https://help.sonatype.com/display/NXRM3/Data+Transfer+Methods PS: This is not a great place for non-bugs. For future suggest our user forums https://groups.google.com/a/glists.sonatype.com/forum/?hl=en#!forum/nexus-users and community.sonatype.com

AnuragCvent commented 5 years ago

I want to use the file system hard link method. Is there any additional step that i should do?

joedragons commented 5 years ago

From the doc: "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."