Questions tagged [n3dr]

Use this tag if a question is about the Nexus3 Disaster Recovery tool.

The Nexus3 Disaster Recovery tool is able to download all artifacts from a Nexus3 artifact manager and upload them to another Nexus3 instance.

https://n3dr.releasesoftwaremoreoften.com/

7 questions
13
votes
2 answers

Load balancing Nexus artifact repository

Load balancing Nexus is currently not supported by Sonatype, except by putting a Nexus instance in front of two with smart-proxying enabled or via a newer feature. Still, I gave it a shot, by sharing the filesystem with GlusterFS for the /storage,…
ᴳᵁᴵᴰᴼ
  • 1,173
  • 10
  • 22
3
votes
1 answer

Is it safe to run "Repair - Reconcile component database from blob store job" in Nexus 3

We have a nexus 3.12.1 and its daily storing hundreds of artifacts which are build from Jenkins. The problem is there are too many files present in blob store are not showing in Nexus Console. Actually we don't want these files but that is filling…
TPS
  • 85
  • 1
  • 9
3
votes
1 answer

How to store docker images in Nexus OSS

The following documentation was found that indicates that: simply create a new docker (hosted) repository as documented in Repository Management The problem is that the format docker seems not to be available when trying to configure a "Hosted…
030
  • 13,383
  • 17
  • 76
  • 178
2
votes
1 answer

How to use n3dr with nexus 3 servers with self-signed certificates?

Is n3dr compatible with nexus 3 servers that use a self signed certificates? If so, how to access such repositories? ./n3dr-linux repositories -u xxxx -p xxxx-n https://xxxx -a WARN[0000] ~/.n3dr.yaml does not exist or yaml is invalid FATA[0000]…
titou10
  • 121
  • 3
1
vote
2 answers

Nexus2: How can I get a list of all artifacts from a specific repository via REST API?

I want to get a list (json) of all artifacts in one specific repository via the REST API. I've already tried: curl -X GET http://localhost/nexus/service/local/respositories//content/ This works, but it deliveres me a json listing all my…
alex
  • 51
  • 1
  • 1
  • 7
1
vote
1 answer

What are known component intelligence tools?

What are available - free and commercial - solutions to create reports about components used in a software project (physically, set of source code repositories), with intelligence on features like security situation and license model of used open…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
0
votes
1 answer

Devops Jenkins nexus integration?

I want to try to upload any set of artifacts from any type of project ( Java, node, PHP, .net, go ). I know that once a developer pushes a code to git, Jenkins should take it and run the test case on it. If it is success then push it to production?…
Abhi Adr
  • 111
  • 2