728x90
GitLab 백업(버전별)
## GitLab 12.2 이상
sudo gitlab-backup create
## GitLab 12.1 이전 버전
gitlab-rake gitlab:backup:create
백업을 실행하면 "/var/opt/gitlab/backups "에 백업폴더가 생성되며, 백업 완료 후 생성한 파일을 알려준다.
수동 업데이트
백업완료 후 Warning: 메세지가 뜬다. 이것은 중요한 설정같은것은 자동백업이 안되니, 수동으로 백업하라는 뜻으로
수동으로 백업해야하는 설정파일들은 "/etc/gitlab/"에 있다.
Warning: Your gitlab.rb and gitlab-secrets.json files contain sensitive data
and are not included in this backup. You will need these files to restore a backup.
Please back them up manually.
참조
https://docs.gitlab.com/ee/raketasks/backup_gitlab.html
728x90
'개발 > Git' 카테고리의 다른 글
[Git/Gitlab- 오류] 502 -GitLab is taking too much time to respond. (0) | 2023.10.31 |
---|---|
[gitlab] git-runner 설치 및 등록 (1) | 2023.05.16 |
[git] .gitignore 변경 후 반영하기 (0) | 2022.12.01 |
[gitlab] gitlab 도메인 변경 (0) | 2021.01.19 |
[git] git-ssh생성하여 연동 하기 (0) | 2021.01.11 |