용량이 큰 파일을 임포트 할 경우에는 아래 명령어를 사용하자.
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 를 실행할 계정명으로 변경해주면 됨.
끝!~~
'IT 팁' 카테고리의 다른 글
Python 파일이 command 창에서 바로 실행이 안될 때. (0) | 2020.01.14 |
---|