How to clone only user table from prod to dev?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2022 06:30 AM
Hi,
I need to clone only user table to dev
Can anyone explain me what is the process how to achieve this ?
Thanks in Advance!
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2022 06:41 AM
IDR
Instance Data Replication (IDR) copies data updates from one instance, called the producer instance, to one or more other instances called the consumer instances. IDR enables you to maintain consistent data across different organizations in your company.
But is paid plugin.
Since you want user table , just use xml export. A similar community post
You can also send data from prod to dev using REST API.
I had once needed to export 70k users from prod to dev.
I used filter based approach. grouped by companies and exported all XML.
If its helpful ,please mark answer as correct
Anshu