# Upgrading to version 2

## **Report Caches**

Version 2 introduces a breaking change to historical cached data from installations before version 2.0.0. Therefore, when you're upgrading an Exivity version 1 to version 2, all Reports will be **automatically Unprepared** during upgrade. After completing the upgrade, you will have to browse to your **Report Definitions** and **Prepare** each of them for the appropriate date period:

![Prepare report on Definitions page](/files/-LL-T-et1WB6wif1TYnV)

## **Changes to Transcript**

As part of version 2, outdated syntax in your **Transformers** will be **automatically** converted to comply with version 2 Transcript syntax. Your version 1 Transformers will be backed up during upgrade into the default backup folder *%EXIVITY\_HOME\_PATH%/system/backup.* To manually upgrade any of your version 1 Transformers, you may use the script provided in *%EXIVITY\_PROGRAM\_PATH%/update-transcript-v2.0.0.bat* (this script will upgrade any Transformer currently available in the default Transformer folder).

## **Replacement of Exivity Eternity Service**

the service that was previously responsible for scheduling and execution of workflows ("Exivity Eternity Service" which ran eternity.exe) has been replaced by the **Aeon** component and runs as the "***Exivity Scheduling Service***". In case the "Exivity Eternity Service" was running under a non-system account, ensure to update the newly registered "Exivity Eternity Service" with the corresponding user service credentials.


---

# 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://olddocs.exivity.io/2.10.2/getting-started/releases/v2-upgrade-notes.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.
