> 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/promote-read-relica-thanh-standalone.md).

# Promote Read Relica to Standalone

**Promote a Read Replica to Standalone**

When you want to convert a read replica into a standalone DB instance, you can use the **Promote to Standalone** feature on the Portal.

#### Steps:

1. **Select the Read Replica**:\
   Choose the DB instance with the role `slave` (read replica) that you want to promote.
2. **Choose Action**:\
   Click on the **Action** button and select **Promote to Standalone**.
3. **Wait for Synchronization**:\
   Before confirming the promotion, it is recommended that you stop writing data to the master instance and wait until the read replica has fully synchronized all data. However, there may be instances where the read replica has not yet fully synchronized the data written on the master. Keep in mind that the promotion process may take some time to complete.
4. **Promotion Process**:\
   Once the promotion process is complete, the read replica will be converted into a standalone instance. The replication between the master and slave will stop.

#### Result:

* After the promotion is successful, the read replica will have the role `standalone` and will be able to accept writes.
* The DB instance that was previously the master will also be changed to the `standalone` role, as there will no longer be any replicas replicating from it.


---

# 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/promote-read-relica-thanh-standalone.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.
