Preserving data from target instances during clones

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 2 minutes de lecture
  • You can use data preservers to protect data on the target instance from being overwritten. If you have custom applications, you must also manually preserve unpublished application content.

    Data preservers

    Sometimes, it is necessary to preserve some data on an instance targeted for cloning. For example, if the target is a MID Server, you must not overwrite the MID Server [ecc_agent] table. Preserved data is reapplied to the target instance after exclusions are completed.
    Avertissement :
    You must define data preservers on the source instance. Defining them on the target instance does not preserve the data.
    Data preservers typically preserve system settings and themes, such as:
    • Instance-specific authentication settings
    • Bookmark [sys_ui_bookmark]
    • Recent Selection [sys_ui_recent_selection]
    • User Preference [sys_user_preference]
    Remarque :
    A clone does not support preserving data from a database view.

    Don't use data preservers to transfer large sets of data, such as user groups. If you must preserve table data, such as users, groups, and roles, consider exporting the records to a file and importing them after cloning.

    Data preservers for Multi-SSO

    The system automatically creates the necessary data preservers for cloning when you activate Multiple Provider Single Sign-On integration.
    Name Table Conditions
    Certificate X.509 Certificates [sys_certificate] None
    Core Instance Properties System Property [sys_properties]
    • [OR] [Name] [is one of] [glide.authenticate.external, glide.authenticate.external.logout_redirect]
    • [OR] [Name] [starts with] [com.snc.integration.saml_esig]
    • [OR] [Name] [is one of] [glide.smtp.port, glide.smtp.auth, glide.smtp.encryption]
    • [OR] [Name] [starts with] [glide.authenticate.multisso]
    • [OR] [Name] [is] [glide.authenticate.sso.redirect.idp]
    Remarque :
    The properties glide.smtp.port, glide.smtp.auth, and glide.smtp.encryption are deprecated.
    Digest Properties Digest Properties [digest_properties] None
    Identity Providers Identity Providers [sso_properties] None
    SAML2 Update1 Properties SAML2 Update1 Properties [saml2_update1_properties] None
    Remarque :
    Although you can modify these data preservers, it is good practice not to. The Digest Properties [digest_properties], Identity Providers [sso_properties], and SAML2 Update1 Properties [saml2_update1_properties] tables are required for multiple source, single sign-on (SSO) to function properly. If multiple source, single sign-on is disabled on the target instance, you can safely remove all three data preservers. Remove them at the same time, as the system terminates the clone with an error message when you attempt to clone with one or two of these tables being preserved.

    Preservation of unpublished applications

    You can't use data preservers to save unpublished applications. Instead, application developers must choose how they want to preserve unpublished applications.

    The cloning process does not preserve version differences for applications in development. Instead, the system clone only copies the application version installed on the source instance onto the target instance. If the target instance had a development version of the same application, the application is editable after the clone, but maintains the version installed on the source instance. If the application was missing from the source instance, the cloning process deletes the application from the target instance.