이 페이지에서는 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-07-15(UTC)"],[[["This guide explains how to schedule Cassandra backups to Cloud Storage for Apigee Hybrid."],["A Google Cloud service account with the `roles/storage.objectAdmin` role is required to write backup data to a designated Cloud Storage bucket."],["The `overrides.yaml` file must be updated to enable backups, specifying the service account path, Cloud Storage bucket, backup schedule, and `GCP` as the cloud provider."],["Applying the backup configuration will trigger a rolling restart of Cassandra pods, and it's important to avoid scheduling the initial backup immediately afterward to prevent failure."],["Backups can be initiated manually using a `kubectl` command, or they will automatically run according to the defined cron schedule in the `overrides.yaml` file."]]],[]]