n3dr
n3dr copied to clipboard
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another one.
**What happened**: When I upload to repository its not upload all artifacts in the download file. n3dr upload -n http://*** --https=false -u *** -r releases --directory-prefix /home/ubuntu/nexus-repo I also tried...
Reported by @mikeschouten **What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - nexus version:...
**What code sections contain technical debt**: **Rational for reporting this as technical debt**:
**What happened**: using n3dr to backup my nexus repositories using the latest version i have that kind of error: ``` ERRO[0165]/Users/runner/work/n3dr/n3dr/internal/artifacts/common.go:159 github.com/030/n3dr/internal/artifacts.(*RetryLogAdaptor).Printf() GET http://192.168.157.152:8081/repository/maven-central/org/apache/maven/scm/maven-scm-provider-accurev/1.9.4/maven-scm-provider-accurev-1.9.4.pom request failed: Get "http://192.168.157.152:8081/repository/maven-central/org/apache/maven/scm/maven-scm-provider-accurev/1.9.4/maven-scm-provider-accurev-1.9.4.pom": dial tcp...
**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - nexus version: - n3dr version...
**What happened**: When I do an upload to an npm repo from a folder with nested folders it gets a fatal error that folder name is a directory. **What you...
**What happened**: Failure to upload maven repository to empty nexus instance **What you expected to happen**: To successfully upload **How to reproduce it (as minimally and precisely as possible)**: a)...
**What happened**: ERRO[0403]/home/runner/work/n3dr/n3dr/internal/artifacts/upload.go:353 github.com/030/n3dr/internal/artifacts.(*Nexus3).readMavenFilesAndUpload() skipErrors: 'true'. Error: 'HTTPStatusCode: '400'; ResponseMessage: '[{"id":"groupId","message":"Missing required component field 'Group ID'"},{"id":"artifactId","message":"Missing required component field 'Artifact ID'"},{"id":"version","message":"Missing required component field 'Version'"}]'; ErrorMessage: ''' **What you expected...
Upload of snapshots repository failing with below error, using 6.6.2 nexus version FATA[0001]/home/runner/work/n3dr/n3dr/cmd/n3dr/upload.go:23 main.glob..func9() HTTPStatusCode: '400'; ResponseMessage: '[{"id":"groupId","message":"Missing required component field 'Group ID'"},{"id":"artifactId","message":"Missing required component field 'Artifact ID'"},{"id":"version","message":"Missing required component...
**What would you like to be added**: So, I can backup my docker hosted repository - that works fine. BUT, it seems it is not possible to upload it back...