페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

Bitbucket 시스템 관리자 계정 분실 시 복구 계정 설정 후 접속하여 조치하여야 한다. 해당 작업은 Bitubcket 재 기동이 재기동이 필요하다.

(복구 모드 시에는 Bitbucket을 잠시 사용하지 않는 것을 권장합니다)ㅈ


1.복구 계정 설정 

<Bitbucket installation directory>/bin/_start-webapp.sh  파일 수정 

...

코드 블럭
# Occasionally Atlassian Support may recommend that you set some specific JVM arguments.
# You can use this variable to do that. Simply uncomment the below line and add any required
# arguments. Note however, if this environment variable has been set in the environment of the
# user running this script, uncommenting the below will override that.
#
JVM_SUPPORT_RECOMMENDED_ARGS=-Datlassian.recovery.password=admin

2. Bitbucket 재 기동재기동

코드 블럭
$<Bitbucket installation directory>/bin/stop-bitbucket.sh


$<Bitbucket installation directory>/bin/start-bitbucket.sh

...

코드 블럭
# Occasionally Atlassian Support may recommend that you set some specific JVM arguments.
# You can use this variable to do that. Simply uncomment the below line and add any required
# arguments. Note however, if this environment variable has been set in the environment of the
# user running this script, uncommenting the below will override that.
#
#JVM_SUPPORT_RECOMMENDED_ARGS=-Datlassian.recovery.password=admin


  • Bitbucket 재 기동재기동
코드 블럭
$<Bitbucket installation directory>/bin/stop-bitbucket.sh


$<Bitbucket installation directory>/bin/start-bitbucket.sh

...