> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vdb/relational-database-service-rds/working-with-rds/khoi-phuc-du-lieu-cho-rds-instance.md).

# Restoring RDS Instance

GreenNode vDB allows you to restore a new RDS Instance from a previous backup. This restore process is independent of the backup type (Full Backup or Incremental Backup) or how the backup was created (Manual Backup or Automatic Daily Backup).

#### To initiate the restore process:

1. Access the **Backup Management Screen** for vDB Relational at the provided link.
2. Select the backup you want to restore, and then choose **Action Restore**.

The restore process is similar to creating a new RDS Instance.

#### Steps for restoring:

**Step 1: Basic Configuration**

* You can assign a name for the new RDS Instance.

**Step 2: Technical Specifications**

* Customize the configuration, including **Flavor (CPU/Memory)**, **Storage Type**, and **Storage Size**.

**Step 3: Network and Security**

* Choose the **Cloud Network** and enable/disable **Public Accessibility** (Internet access). The Cloud Network can be the same or different from the old RDS Instance.

**Step 4: DB Options**

* In the **DB Options** section, you can select a **DB Configuration Group** (Optional) for the new RDS Instance. This could be the same or different from the old RDS Instance.

**Step 5: Backup Settings**

* Configure the **Automatic Backup** settings, including **Backup Retention Period** and **Backup Time**.

After confirming that all information is correct, click the **Restore Backup** button.

Once completed, return to the **Database Management Screen**, where you will see the new RDS Instance being restored.

The status of the RDS Instance will change from **Building/Build** to **Active** if the restoration is successful.

The **Master User** and **Database Name** information will remain unchanged.


---

# 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.vngcloud.vn/vng-cloud-document/vdb/relational-database-service-rds/working-with-rds/khoi-phuc-du-lieu-cho-rds-instance.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.
