Rollback context properties
- UpdatedJan 30, 2025
- 3 minutes to read
- Washington DC
- Now Platform Administration
Change the default expiration period for different types of rollback context records.
Because rollback contexts contain a significant amount of data, they're deleted after 10 days by default. The Clean Expired Rollback Contexts scheduled job runs daily to delete expired records in the Rollback Context [sys_rollback_context] table. If you need to retain a rollback context for more than 10 days, you can do so by adding a system property.
To add a system property, navigate to the System Properties [sys_properties] table and add a property for the type of rollback context record that you want to preserve. You can determine which property to add for a given rollback context by matching the property name to the Type column on the Rollback Context [sys_rollback_context] table.
Property | Description |
---|---|
The number of days to retain the rollback context for an app install
|
By default, you have 15 days to roll back an application installed from the ServiceNow® Store before the rollback context expires. You can extend the expiration period by updating this property.
|
The number of days to retain the rollback context for a batch app install
|
By default, you have 10 days to roll back apps installed using the Batch Installation feature before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|
The number of days to retain the rollback context for demo data
|
By default, you have 10 days to roll back before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|
The number of days to retain the rollback context for recorded delete operations
|
By default, you have 10 days after a delete operation completes to roll back before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|
The number of days to retain the rollback context created for validating Flow Designer flow execution before and after an upgrade
|
By default, you have 10 days to roll back before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|
The number of days to retain the rollback context for IRE changes recorded from CMDB Integration Studio.
|
By default, you have 10 days after IRE changes are recorded from CMDB Integration Studio to roll back before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|
The number of days to retain rollback contexts in which the Type is set to Other.
|
By default, you have 10 days to roll back before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|
The number of days to retain the rollback context for a plugin activation
|
By default, you have 15 days to roll back plugins activated in Application Manager before the rollback context expires. You can extend the expiration period by updating this property.
|
The number of days to retain the rollback context for an anonymization job.
|
By default, you have 10 days after data is redacted by a Data anonymization job to roll back before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|
The number of days to retain the rollback context for a background script execution
|
By default, you have 10 days to roll back script execution before the rollback context expires. The rollback context tracks all INSERT, DELETE, and UPDATE statements executed by the script and recovers the data by
undoing the SQL statements. You can extend the expiration period by updating this property.
|
The number of days to retain the rollback context for changes recorded during test executions
|
By default, you have 10 days after test execution to roll back before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|
The number of days to retain the rollback context for an upgrade
|
By default, you have 10 days after the latest upgrade to roll back the upgrade before the rollback context expires. You can change the expiration period by adding this property and setting a new value.
|