- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2022 10:09 PM
Hello everyone
I have two instances (*instanceA,instanceB), each with several domains, and I want to move the data from one of the domains in instanceA to instanceB. Is there any good way to do this?
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2022 10:46 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2022 10:24 PM
Hi @yuchen zhang ,
you can use export, import XML to import records across domain.
you can give it a try -
1. Go to sys_domain table and export the table in xml
2. Go to domain_contains table and export the table in xml
3. Import both the above xml in another environment
4. You can go to any domain separated table in previous environment and export few incidents and import in the second environment
5. Most probably the domains should be right
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2022 09:00 PM
Thank you for your reply!
Can I ask an additional question about how to move the Attachment data? Because some Incidents will have some extra Attachments.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2022 10:46 PM