# Copy repositories from one nexus instance to another

**URL:** https://community.sonatype.com/t/copy-repositories-from-one-nexus-instance-to-another/3076
**Category:** Sonatype Nexus Repository
**Tags:** nexus-repository
**Created:** [December 3, 2019, 10:16pm UTC](https://community.sonatype.com/t/copy-repositories-from-one-nexus-instance-to-another/3076 "2019-12-03T22:16:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![obaid.rahman](https://avatars.discourse-cdn.com/v4/letter/o/46a35a/32.png) [@obaid.rahman](https://community.sonatype.com/u/obaid.rahman)
#### Post date: [December 3, 2019, 10:16pm UTC](https://community.sonatype.com/t/copy-repositories-from-one-nexus-instance-to-another/3076/1 "2019-12-03T22:16:12Z")

</div>

We have an OSS 3.19.1-01 nexus repository, and have created another instance on a different server(same version). I would like to copy all the data/users created repositories from the former repository to the newly created version, without configurations.

How can this be achieved.

---

<div class="post-metadata">

### Author: ![mpiggott](https://avatars.discourse-cdn.com/v4/letter/m/f0a364/32.png) [@mpiggott](https://community.sonatype.com/u/mpiggott)
#### Post date: [December 6, 2019, 7:27pm UTC](https://community.sonatype.com/t/copy-repositories-from-one-nexus-instance-to-another/3076/2 "2019-12-06T19:27:32Z")

</div>

You could try using the REST APIs for users, however for obvious reason they do not have access to, nor expose user passwords.

You should consider operating an LDAP server for centrally managed authentication.
