Preserve user passwords upon clone

vktripper
Tera Contributor

The last time I cloned a PROD instance to one of my other instances, ale the user passwords got wiped out in the lower environment. How do I ensure that the same production passwords make it to the cloned instance as well?

3 REPLIES 3

Ct111
Giga Sage

Refer the below link for explaination

https://community.servicenow.com/community?id=community_question&sys_id=d8d4886adbb557002e247a9e0f96...

 

Check the response of nari.

 

Mark my ANSWER as CORRECT and HELPFUL if it works.

Mohit Kaushik
Mega Sage
Mega Sage

Hi,

You need to use data preservers to achieve this. And remember you need to define them always on the source instance. 

Please follow the professional Servicenow Doc for data preservers. Hope this will help you

https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/managing-data/con...

 

Please mark this answer correct if it resolved the query and mark it helpful if it helped you at all

 

Thanks,

Mohit Kaushik

Thanks,
Mohit Kaushik
ServiceNow MVP (2023-2025)

Mateusz13
Tera Contributor

hello,

You can just export users (+ groups /  roles) from PROD to xml files and import it post cloning to lower environment.

 

Mark my ANSWER as CORRECT and HELPFUL if it works.