IT 팁
sameersbn gitlab 에서 import 실행
GwangGeun
2021. 11. 8. 00:49
용량이 큰 파일을 임포트 할 경우에는 아래 명령어를 사용하자.
docker exec --user git -it gitlab_gitlab_1 bundle exec rake "gitlab:import_export:import[ root , group/subgroup, projectname, /path/to/export/export.tar.gz]"
위 root 부분은 import 를 실행할 계정명으로 변경해주면 됨.
끝!~~