이 페이지에서는 Cloud Storage에서 Cassandra의 백업을 예약하는 방법을 설명합니다.
이 방법에서는 백업이 지정된 Cloud Storage 버킷에 저장됩니다.
Cassandra 백업을 예약하려면 다음 단계를 수행합니다.
다음 create-service-account 명령어를 실행하여 표준 roles/storage.objectAdmin 역할이 있는 Google Cloud 서비스 계정(SA)을 만듭니다.
이 SA 역할을 사용하면 백업 데이터를 Cloud Storage에 쓸 수 있습니다. $APIGEE_HELM_CHARTS_HOME/apigee-operator/etc/ 디렉터리에서 명령어를 실행합니다.
[[["이해하기 쉬움","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-05-21(UTC)"],[[["This guide explains how to schedule backups for Cassandra data in Cloud Storage, where the backup data will be stored."],["A Google Cloud service account with the `roles/storage.objectAdmin` role must be created to write backup data to Cloud Storage, using the provided `create-service-account` command."],["You need to create a Cloud Storage bucket with a suitable retention policy (recommended 15 days) to store the backup archives."],["To enable backups, the `cassandra.backup` properties, including the service account path, Cloud Storage bucket name, backup schedule, and cloud provider, must be configured in the `overrides.yaml` file."],["Backups are automatically performed according to the cron schedule specified in the configuration, and a manual backup can be triggered using the provided `kubectl create job` command."]]],[]]