> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-1.10/validator-management/backup-and-recovery.md).

# Backup and Recovery

This page explains how to back up the Parties of your Validator and how to restore from them. This prevents your Canton Coins from being lost.

## How to Create a New Identity Dump

{% hint style="danger" %}
When deleting the old deployment, make sure to set **Delete all resources** to **false** as displayed below.
{% endhint %}

<figure><img src="/files/nrQJrPP7gkSg5ZHakKAf" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
**Go to the Validators tab**

Navigate to the **Validators** tab to see all your Validators.

<figure><img src="/files/qKx1LtqreOsUsjn6oqTp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Click the dump icon**

Click on the dump icon of the validator you want to back up.

<figure><img src="/files/GKD1deh49HZGHMF2NEhp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Provide your wallet user password**

A pop-up will appear asking you to provide your Validator wallet user password (stored when creating your validator).

<figure><img src="/files/5nIU3jF4zLrwAlZM98iP" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## How to Restore a Validator from an Identity Dump

{% stepper %}
{% step %}
**Click "Set up validator"**

From your Validators menu, click the **Set up validator** button.

<figure><img src="/files/H0S2JSmIb8SoesvpC46h" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Enable "Restore participant identities"**

Enable the option to **Restore participant identities**.

<figure><img src="/files/fRtjq9LvMijkm9DB4qYQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Select your Identity Dump**

Select your Identity Dump and provide a new ID following the naming rules.
{% endstep %}

{% step %}
**Proceed as a new validator**

Proceed to create your validator as you would for a new one.

{% hint style="danger" %}
The fields used to configure the network access must be **identical** to the ones used on the Validator you are trying to restore.
{% endhint %}

{% hint style="info" %}
Check the [Validator Management](broken://pages/f103cefdb6247b38919caf1c1aae134da2406c0c) section for more details on how to set up a new validator.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-1.10/validator-management/backup-and-recovery.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.
