function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Prateek.SinghPrateek.Singh 

Replicate org with data

Hi,

Is there a way to make an exact replica of an org (including data in the objects).

Thanks.
Prateek Singh.
Shubham NandwanaShubham Nandwana

Hi Prateek,
You can use force.com IDE to replicate the org data. https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/ide_install.htm  
Get your metadata in an eclipse project and create a new project with configurations of new salesforce org.
Use eclipse inbuilt feature to compare 2 folders/files to copy data from the old project to another.
Refer to https://blog.jeffdouglas.com/2008/07/15/migrating-salesforcecom-configurations-with-the-metadata-api-forcecom-migration-tool/ for detailed example.
For exporting data use can use data loader, download CSV files for different objects and import it into your new Org. https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/ 
Choose this as best answer if it helps.

Shubham Nandwana.
AppPerfect Corp.
salesforce@appperfect.com
408-252-4100
http://www.appperfect.com/services/salesforce/
Salesforce Development & Operations Experts

Farit ShindeFarit Shinde
Hi!

If you need to transfer data from cloud into DB you can use Skyvia (https://skyvia.com/data-integration/replication) platform. This one allows to create a copy of cloud application data in a relational database and keep it up-to-date. Completely no-coding solution with user-friendly interface.