# 설치 안내서

- [시스템 요구사항](https://docs.tibero.com/prosync/installation/system-requirements.md): ProSync 설치 및 운영을 위해 필요한 시스템 환경 정보를 제공한다. 하드웨어, 운영체제, 데이터베이스, 네트워크, 소프트웨어 요구사항 및 필요한 권한을 항목별로 명시한다.
- [하드웨어 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/hardware.md)
- [CPU 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/hardware/cpu.md)
- [Memory 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/hardware/memory.md)
- [Disk 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/hardware/disk.md)
- [소프트웨어 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/software.md): ProSync를 설치하고 운영하기 위해 필요한 소프트웨어 환경을 설명한다. 지원되는 데이터베이스 시스템과의 호환성, 운영체제 및 플랫폼, 컴파일러, JDK 등의 시스템 환경 요구사항에 대해 안내한다.
- [데이터베이스 호환성](https://docs.tibero.com/prosync/installation/system-requirements/software/compatibility.md): ProSync가 지원하는 데이터베이스 및 항목을 설명한다.
- [PostgreSQL 제약사항](https://docs.tibero.com/prosync/installation/system-requirements/software/compatibility/postgresql.md): ProSync가 지원하는 데이터베이스 중 PostgreSQL 관련 제약사항을 설명한다.
- [시스템 환경 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/software/environments.md)
- [Prosync 디렉토리 구조](https://docs.tibero.com/prosync/installation/directory-structure.md): ProSync 설치 후 디렉토리 구조에 대한 설명이다.
- [설치 전 준비](https://docs.tibero.com/prosync/installation/pre-installation.md): ProSync를 설치하기 전에 반드시 확인해야 할 항목들을 안내한다. 환경 변수 설정, DB 사전 설정 등 설치가 원활히 진행되기 위한 준비 과정을 설명한다.
- [시스템 환경변수 설정](https://docs.tibero.com/prosync/installation/pre-installation/environment-variable.md): ProSync를 설치하기 위해 필요한 환경변수를 설명한다.
- [데이터베이스 설정](https://docs.tibero.com/prosync/installation/pre-installation/database.md): ProSync 사용을 위한 Source Database 별 설정방법을 안내한다.
- [데이터베이스 별칭(Alias) 확인](https://docs.tibero.com/prosync/installation/pre-installation/database-alias.md)
- [동기화 대상 테이블 생성 및 등록](https://docs.tibero.com/prosync/installation/pre-installation/table-creation-registration.md)
- [Prosync 설치](https://docs.tibero.com/prosync/installation/prosync.md): Agent 및 Instance 설치 방법을 단계별로 안내한다.
- [Agent 설치](https://docs.tibero.com/prosync/installation/prosync/agent.md)
- [Instance 설치](https://docs.tibero.com/prosync/installation/prosync/instance.md)
- [Prosync 실행](https://docs.tibero.com/prosync/installation/execution.md)
- [설치 예시](https://docs.tibero.com/prosync/installation/examples.md): ProSync의 다양한 CDC 구성 예시를 통해 실제 환경에 맞는 설치 방안을 제시한다. 필요 시 '제품 구성도'를 참고한다.
- [Single to Single](https://docs.tibero.com/prosync/installation/examples/single-to-single.md)
- [Cluster to Cluster (TAC예시)](https://docs.tibero.com/prosync/installation/examples/cluster-to-cluster-tac.md)
- [CM Failover 기능 사용](https://docs.tibero.com/prosync/installation/examples/cm-failover.md)
- [CM 명령어 모음](https://docs.tibero.com/prosync/installation/examples/cm-failover/cm-command.md)


---

# Agent Instructions: 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.tibero.com/prosync/installation.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.
