You are viewing documentation for a release that is no longer maintained. To view the documentation for the most recent version, see the latest RHACS docs.
2장. roxctl CLI를 사용하여 수동으로 업그레이드
지원되는 이전 버전에서 최신 버전의 Red Hat Advanced Cluster Security for Kubernetes로 업그레이드할 수 있습니다.
Kubernetes용 Red Hat Advanced Cluster Security를 최신 버전으로 업그레이드하려면 다음을 수행해야 합니다.
- 중앙 데이터베이스 백업
- Upgrade Central
-
roxctl
CLI 업그레이드 - 업그레이드 스캐너
- 모든 보안 클러스터가 업그레이드되었는지 확인합니다.
2.1. 중앙 데이터베이스 백업 링크 복사링크가 클립보드에 복사되었습니다!
인프라 재해의 경우 중앙 데이터베이스를 백업하고 해당 백업을 사용하여 실패한 업그레이드 또는 데이터 복원에서 롤백할 수 있습니다.
사전 요구 사항
-
Red Hat Advanced Cluster Security for Kubernetes의 모든 리소스에 대한
읽기
권한이 있는 API 토큰이 있어야 합니다. Analyst 시스템 역할에는 모든 리소스에 대한읽기
권한이 있습니다. -
roxctl
CLI를 설치했습니다. -
ROX_API_TOKEN
및ROX_CENTRAL_ADDRESS
환경 변수를 구성했습니다.
절차
backup 명령을 실행합니다.
Red Hat Advanced Cluster Security for Kubernetes 3.0.55 이상의 경우:
roxctl -e "$ROX_CENTRAL_ADDRESS" central backup
$ roxctl -e "$ROX_CENTRAL_ADDRESS" central backup
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Red Hat Advanced Cluster Security for Kubernetes 3.0.54 이상의 경우:
roxctl -e "$ROX_CENTRAL_ADDRESS" central db backup
$ roxctl -e "$ROX_CENTRAL_ADDRESS" central db backup
Copy to Clipboard Copied! Toggle word wrap Toggle overflow