> For the complete documentation index, see [llms.txt](https://docs.tibero.com/tmaxopensql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/tmaxopensql/installation.md).

# OpenSQL 설치

- [사전확인사항](https://docs.tibero.com/tmaxopensql/installation/prerequisites.md)
- [OpenSQL 3 바이너리 설치](https://docs.tibero.com/tmaxopensql/installation/binary.md)
- [OpenHA DCS (Distributed Configuration Store)](https://docs.tibero.com/tmaxopensql/installation/binary/openha-dcs-distributed-configuration-store.md)
- [OpenSQL 데이터베이스](https://docs.tibero.com/tmaxopensql/installation/binary/opensql-database.md): OpenSQL 설치를 위한 기본환경 설정 및 PostgreSQL 설치 과정을 안내합니다.
- [OpenHA 클러스터 매니저(OpenHA Cluster Manager)](https://docs.tibero.com/tmaxopensql/installation/binary/openha-cluster-manager.md): OpenHA의 핵심 관리 모듈인 OpenHA 클러스터 매니저(OpenHA Cluster Manager) 설치 과정에 대해서 안내합니다.
- [오픈 프록시(OpenProxy)](https://docs.tibero.com/tmaxopensql/installation/binary/openproxy.md): Rust 기반 서버 프로세스인 오픈프록시(OpenProxy)에 대해 안내합니다.
- [Barman](https://docs.tibero.com/tmaxopensql/installation/binary/barman.md): Python 기반 오픈소스 솔루션인 Barman에 대해 안내합니다.
- [OpenSQL 통합 설치](https://docs.tibero.com/tmaxopensql/installation/binary/opensql.md)
- [Components 설정/실행](https://docs.tibero.com/tmaxopensql/installation/configuration.md)
- [OpenHA DCS (Distributed Configuration Store)](https://docs.tibero.com/tmaxopensql/installation/configuration/openha-dcs.md)
- [OpenHA 클러스터 매니저(OpenHA Cluster Manager)](https://docs.tibero.com/tmaxopensql/installation/configuration/openha-cluster-manager.md): OpenHA의 핵심 관리 모듈인 OpenHA 클러스터 매니저(OpenHA Cluster Manager) 설정, 실행 방법을 안내합니다.
- [오픈 프록시(OpenProxy)](https://docs.tibero.com/tmaxopensql/installation/configuration/openproxy.md): Rust 기반 서버 프로세스인 오픈프록시(OpenProxy) 설정 및 실행에 대해 설명합니다.
- [Barman](https://docs.tibero.com/tmaxopensql/installation/configuration/barman.md): OpenSQL의 효율적인 백업 및 복구를 지원하는 Barman 구성 및 실행방법에 대해 설명합니다.


---

# 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.tibero.com/tmaxopensql/installation.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.
