> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/version-control/cross-instance-backup-restoration.md).

# Cross-Instance Backup Restoration

### Overview

The Cross-Instance Backup Restoration feature allows you to restore a backup from one Jet Admin instance to another, such as from an on-premise environment to the cloud.&#x20;

#### Steps to Restore a Backup from a Different Instance

Follow these steps:

1. **Go to App Settings**
2. **Click on Restore Backup**
3. **Click on Advanced**
4. **Upload Your Backup File**
5. **Enter Your JET\_BRIDGE\_CLOUD\_TOKEN**
6. **Click on Restore Backup**

{% @arcade/embed flowId="Bz3otQQE2XIMEKj7ieCq" url="<https://app.arcade.software/share/Bz3otQQE2XIMEKj7ieCq>" %}

{% hint style="info" %}
**Important Notes**

* **JET\_BRIDGE\_CLOUD\_TOKEN**: This token is crucial when restoring a backup from a different Jet Admin instance. Ensure that you have this token ready before starting the restoration process.
* **Backup Compatibility**: Verify that the backup file is compatible with the instance you are restoring to, as differences in versions or configurations might affect the restoration.
  {% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.jetadmin.io/user-guide/version-control/cross-instance-backup-restoration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
