버그질라도 업그레이드 해주었습니다. 아래 링크의 "2.7.2.3. Upgrading using the tarball" 방식으로 진행하였습니다.
https://www.bugzilla.org/docs/4.2/en/html/upgrade.html
Upgrading to New Releases
Upgrading to new Bugzilla releases is very simple. There is a script named checksetup.pl included with Bugzilla that will automatically do all of the database migration for you. The following sections explain how to upgrade from one version of Bugzilla to
www.bugzilla.org
문제 1: .htaccess overide 문제
apache2 로그에를 보면 .htaccess: Require not allowed here 와 같은 에러가 나옵니다.
AllowOverride 부분에 AuthConfig 를 추가 해주면 됩니다.
문제 2 :버그질라 접속시 스킨없이 텍스트만 나오는 경우
apache2 로그를 보면 AH01797: client denied by server configuration: /.../bugzilla/data/assets/2f5735cf3abd04bddc8e363a8613a9f5.css 와 같은 로그가 있습니다.
https://www.bugzilla.org/releases/5.0.2/release-notes.html 의 Updates in this 5.0.x Release > 5.0.2 부분에 관련 이슈가 있습니다.
버그질라 디렉토리에서 아래 명령을 실행해줍니다.
find . -mindepth 2 -name .htaccess -exec rm -f {} \;
./checksetup.pl
'Linux' 카테고리의 다른 글
youtube 동영상의 오디오 다운받기 (0) | 2021.05.07 |
---|---|
Ubuntu 14.04 에서 18.04 로 업그레이드 / DNS 서버 설정(고정IP) (0) | 2020.05.13 |
Ubuntu 14.04 에서 18.04 로 업그레이드 / mediawiki update (0) | 2020.05.04 |
Ubuntu 14.04 에서 18.04 로 업그레이드 / samba 공유 시, 네트워크 상에 서버가 두번 보이는 문제 (0) | 2020.05.01 |
Ubuntu 14.04 에서 18.04 로 업그레이드 / systemd 관련 부팅 문제 (0) | 2020.04.30 |