이 페이지에서는 AlloyDB Omni 데이터베이스 클러스터에서 사용할 수 있는 데이터 백업 및 복원 솔루션을 간략하게 설명합니다.
AlloyDB Omni는 PostgreSQL과 호환되므로 PostgreSQL 커뮤니티에서 개발하고 지원하는 다양한 백업 솔루션을 AlloyDB Omni 데이터베이스에도 사용할 수 있습니다. Docker 또는 Podman 컨테이너에서 실행되는 PostgreSQL 클러스터에서 백업하고 복원할 수 있는 모든 솔루션은 AlloyDB Omni에서도 작동합니다.
단일 서버 백업 솔루션
개별 서버의 컨테이너에서 AlloyDB Omni를 실행하는 경우 pgBackRest를 사용하는 것이 좋습니다. pgBackRest는 물리적 데이터베이스 클러스터 백업을 실행합니다.
pgBackRest에는 다음과 같은 고유한 기능이 있습니다.
전체, 증분 또는 차등 백업 수행
로컬 디스크, 원격 디스크 또는 클라우드 스토리지 대상에 쓰기
백업 병렬 처리 및 암호화
압축 및 체크섬 (스트림 내에서 실행) 옵션
백업의 자동 관리 및 만료
AlloyDB Omni 컨테이너에는 다음 작업을 실행할 수 있는 pgBackRest 유틸리티가 포함되어 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-06(UTC)"],[[["AlloyDB Omni, being PostgreSQL compatible, supports a variety of PostgreSQL community-developed backup and restore solutions."],["For single-server container deployments of AlloyDB Omni, pgBackRest is recommended, offering full, incremental, or differential backups with options for encryption, compression, and remote storage."],["The pgBackRest utility, included within the AlloyDB Omni container, allows for physical backups, restorations, cluster cloning, and selective database restores."],["For AlloyDB Omni deployments on Kubernetes clusters, the AlloyDB Omni operator provides built-in backup and restore capabilities, eliminating the need for additional configurations."]]],[]]