# CopyStorm/Restore 10.62.1

Release Date: 16-Dec-2024

This is a feature, bug fix, and Salesforce API version upgrade release. As always, existing CopyStorm/Restore configuration files are backwards compatible.

## Patch Levels

| Date        | Patch Level      |
| ----------- | ---------------- |
| 16-Dec-2024 | Original Release |

## Salesforce API Update

This release updates CopyStorm/Restore to use Salesforce API version 62.

## **Release Highlights**

This release focuses on bug fixes and user experience. Notable items include:

* Option to support multiple restores in parallel using the same H2 Tracker Database.
* Fix for Workflow Automatic Management to ensure that all disabled workflows are re-enabled after restore.

## Release Details

### **H2 Tracker Database Parallel Connection Support**

* This release introduces a new configuration option that allows the H2 Tracker Database to operate in [server mode](https://learn.capstorm.com/copystorm-restore/reference/global-parameters-tab/tracker-database-parameters). This enables multiple simultaneous connections, so two or more restores can run at the same time using the same tracker database.

### Fix for Workflow Automatic Management

* Address an issue where CopyStorm/Restore would disable but not re-enable all workflow rules when using automatic workflow management. CopyStorm/Restore now re-enables all disabled workflows after the restore process finishes.

### Bug Fixes and Misc Improvements

* MySQL queries: Improvement
  * Eliminate use of Substring() on data values to optimize query execution speed and efficiency.
* Tracker Database export files format: Improvement
  * Exports now have a CSV extension instead of a txt extension.
* New “Cancel” option in Exit dialogue: Improvement
  * The option to Cancel is now displayed in the “Are you sure?” exit dialogue that appears when CopyStorm/Restore is closed without saving an updated configuration file.
* Advanced Metadata Editor: Fix
  * Fix issue where the Advance Metadata editor did not display the last line of the XML..


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.capstorm.com/copystorm-restore/release-notes/copystorm-restore-10-59-3-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
