...
| Code Block |
|---|
|
# 기본 경로
/opt/atlassian/bitbucket/"version"/bin/stop-bitbucket.sh
/opt/atlassian/bitbucket/"version"/bin/start-bitbucket.sh |
참고
개인 계정으로 생성한 Personal Repository 는 DB 에서 아래 SQL 구문으로 검색이 가능합니다.
| Code Block |
|---|
select snu.name, r.slug from sta_personal_project spr, repository r, sta_normal_user snu
where spr.project_id=r.project_id and spr.owner_id=snu.user_id
and snu.name not in
(select u.lower_user_name
from cwd_user u join cwd_directory d on u.directory_id = d.id
where d.is_active='T' and u.is_active='T'); |