Skip to content

Commit b40585c

Browse files
authored
Create Cloning best practices
While cloning instances in ServiceNow, several tables are excluded by default to ensure security, protect sensitive data, and maintain environment integrity. These excluded tables typically include sys_user, sys_user_password, sys_email, syslog_transaction, sys_audit, sys_attachment, sys_email_canceled, syslog, and syslog_error. This ensures that user credentials, logs, and emails are not copied to non-production environments, preventing unauthorized access and preserving performance
1 parent 7e68567 commit b40585c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cloning best practices

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
While cloning instances in ServiceNow, several tables are excluded by default to ensure security, protect sensitive data, and maintain environment integrity. These excluded tables typically include sys_user, sys_user_password, sys_email, syslog_transaction, sys_audit, sys_attachment, sys_email_canceled, syslog, and syslog_error. This ensures that user credentials, logs, and emails are not copied to non-production environments, preventing unauthorized access and preserving performance

0 commit comments

Comments
 (0)