[CHORE] main 운영 핫픽스 develop 역반영#609
Merged
Merged
Conversation
[DEBUG] 운영 DB 백업 smoke 실행 권한 오류 수정
Upload backups through the GCS JSON media API with the VM metadata token so the backup path only needs object creation and does not depend on gcloud cp destination reads or per-user Cloud SDK config. Keep systemd smoke failures blocking so deploys surface broken backups with HTTP response details.\n\nConstraint: Production IAM must not be changed via Terraform apply during this fix.\nRejected: Granting roles/storage.objectAdmin or objectUser | broader backup object read/delete permissions than the upload path needs.\nConfidence: medium\nScope-risk: narrow\nDirective: Do not reintroduce gcloud storage cp unless the backup service account is intentionally granted the read permissions that command may require.\nTested: bash -n scripts/install_backup_systemd.sh scripts/run_db_backup.sh scripts/backup_db.sh scripts/deploy.sh; git diff --check; urlencode function smoke; terraform -chdir=terraform validate\nNot-tested: Live production GCS upload; requires main deploy on GCE metadata credentials.
[DEBUG] 운영 DB 백업 GCS 업로드 실패 수정
Contributor
Author
|
origin/main 최신 운영 백업 hotfix(PR #610, 배포 성공 확인됨)를 sync 브랜치에 반영했습니다. 검증: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❤️ 기능 설명
main에 반영된 운영 DB 백업 hotfix를 develop으로 역반영합니다.
반영 내용:
운영 hotfix가 develop에도 반영되어 이후 develop → main 배포 시 백업 스크립트 수정이 누락되지 않도록 동기화하는 PR입니다.
Swagger/API 변경은 없는 브랜치 동기화 작업입니다.
연결된 issue
관련 이슈: #607
🩷 Approve 하기 전 확인해주세요!
✅ 체크리스트
테스트 결과:
검증 결과: 통과