페이지 트리

버전 비교

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

...

Filesystem의 encoding이 깨지는 것을 방지하기 위해 Encoding을 설정 한다.

Windows

  1. Shutdown Bamboo

  2. Edit <Bamboo Installation Dir>/bin/setenv.sh (.bat for Windows)

  3. Add this line under JVM_SUPPORT_RECOMMENDED_ARGS=

    -Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8
  4. Restart Bamboo and check that your system encoding changes to utf-8 from the general configuration page.

Backup 설정

Linux 

Bamboo의 <Install_directory>와 <Data_directory>를 압축하여 백업 폴더에 복사 해 둔다.

...