DB/Sonarqube/VersionUp
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
-バージョンアップ検証
*公式ドキュメント [#zf2f1f67]
https://docs.sonarqube.org/latest/setup/upgrading/
-アップグレード時にテーブル使用領域が一時的に増えるので50...
-ロールバックはDBとSonarをバージョンアップ前に戻して再起...
*Index再生成 [#jb0f9db8]
1. SonarQubeを停止します。
2. Elasticsearchのデータディレクトリをバックアップします。
3. Elasticsearchのデータディレクトリを削除します。デフォ...
4. SonarQubeを再起動します。SonarQubeが起動すると、Elast...
注意: インデックスを再構築すると、過去のSonarQubeの解析デ...
*8.9 to 9.9 [#e1d0748e]
-環境変数が違う(SONARQUBE_XXXは使用不可になった)
-JVMの引数も変更(sonar.web.javaAdditionalOpts=SONAR_WEB_J...
-DBのサポートバージョン
**情報収集 [#sb0ee8c0]
https://community.sonarsource.com/t/insufficient-memory-a...
https://github.com/GoogleCloudPlatform/pgadapter/issues/405
**Ubntu&CentOS7&AmazonLinux2で起動しない [#i8adfbd1]
|Ubuntu 16.04|起動せず|
|Ubuntu 18.04(元16.04)|起動せず|
|Ubuntu 20.04(元16.04)|起動せず|
|Ubuntu 20.04(元16.04) パッケージUpdate|Dockerサービス起...
|Ubuntu 20.04|起動する。docker-ceインストール|
Ubuntu 20.04/AmazonLinux 2023では再現せず
sonarqube | [0.086s][warning][os,thread] Failed to sta...
sonarqube | #
sonarqube | # There is insufficient memory for the Jav...
sonarqube | # Cannot create worker GC thread. Out of s...
sonarqube | # An error report file with more informati...
sonarqube | # /tmp/hs_err_pid1.log
sonarqube exited with code 1
-AmazonLinux2でOKなバージョン
[ec2-user@ip-172-31-2-208 ~]$ uname -a
Linux ip-172-31-2-208.ap-northeast-1.compute.internal 5.1...
-NGなバージョン
#
# There is insufficient memory for the Java Runtime Envir...
# Cannot create worker GC thread. Out of system resources.
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, a...
blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Unscaled Compressed Oops mode in ...
# placed in the first 4GB address space. The Java Hea...
# maximum limit for the native heap growth. Please us...
s
# to set the Java Heap base and to place the Java Hea...
ress.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (workerManager.hpp:87), pid=1, tid=1
#
# JRE version: (17.0.6+10) (build )
# Java VM: OpenJDK 64-Bit Server VM (17.0.6+10, mixed mod...
1 gc, linux-amd64)
**JVMオプショントライしまくり [#l7184c90]
/opt/java/openjdk/bin/java -XX:CICompilerCount=2 -XX:-Us...
-
|圧縮Ops無効|-XX:-UseCompressedOops|状況かわらず|
|スタックサイズ縮小|-Xss136k|状況かわらず|
|コードキャッシュ増加|-XX:ReservedCodeCacheSize=128|状況...
-スレッド数減らす系
https://stackoverflow.com/questions/25682398/how-to-reduc...
|-XX:+UseSerialGC|起動せず|
|-XX:CICompilerCount=2|状況かわらず|
|-XX:+ReduceSignalUsage|状況かわらず|
|-XX:+DisableAttachMechanism|状況かわらず|
*7.9 to 8.9 [#d92a4ed0]
**移行後プロジェクトが消える [#wf27529e]
仕事のやつで遭遇した困った問題。
一覧には出てこない。個別に指定すると出てくる。
indexの作り直しでうまく行くのかは試してないけど試して見る...
**7.9のPostgres9.6で起動 [#h030f741]
ServerID 243B8A4D-AX0SEMDXHfZSM2p8OkQR
SAML 関連に値を入れる
**downして、volumeのバックアップ取得 [#cf49bc60]
docker volume create --name sonarqube_sonarqube_data79
docker volume create --name sonarqube_sonarqube_extensio...
docker volume create --name sonarqube_postgres_data79
docker volume create --name sonarqube_postgres79
docker container run --rm -it -v sonarqube_sonarqube_ext...
docker container run --rm -it -v sonarqube_sonarqube_dat...
docker container run --rm -it -v sonarqube_postgresql_da...
docker container run --rm -it -v sonarqube_postgresql:/f...
この時点で付け替えしてみて起動することを確認する
ServerID 243B8A4D-AX0RveuJOTnufm9wIf7w
**超重要!!プラグインのあるVolumeを消す! [#cc65a2a5]
間違えないように注意!
sonarqube7.9のdockerをrm
extentionsのvolumeをrm
dataのvolumeをrm
**8.9にして起動する [#i82bd9fa]
ServerID 243B8A4D-AX0SEMDXHfZSM2p8OkQR
-成功!
-一回接続先DB間違えたため、SAMLなどは引き継がれたがProjec...
**8.9から戻し。 [#h5574271]
sonarqube_dataが共有だったせいかエラーで起動せず。
docker-compose downしなかったので、DBが戻らず起動せず。
downしてps -aででてこない状態を確認して戻せば切り戻し成功!
*DBだけ戻す方法(成功バージョン) [#p5800295]
+docker-compose stop sonarqube
+DBをdump
+DBをクリアする
+dumpを投入
+docker-compose up sonarqube
*DBの差し替え [#g9579429]
+postgres9.6 & 13を準備
+13にimport
+docker-compose stop sonarqube
+13に切り替え。接続文字列変わる
+docker-compose up sonarqube
+プロジェクト引き継ぎ成功
+Server ID 243B8A4D-AX0SEMDXHfZSM2p8OkQR
**9.6でexport [#ub3e21f6]
-docker内部に入る
docker-compose exec db /bin/bash
-export実行して抜ける
pg_dumpall -U sonar > /var/tmp/backup.sql
exit
-docker cpにてファイルコピー
sudo docker cp `sudo docker-compose ps -q db`:/var/tmp/b...
SonarQube ID information
Server ID: 243B8A4D-AX3X9bKMqyoRPKdD1a_m
Version: 7.9.6.41879
Date: 2022-01-06
**13.6にimport [#d4baabb1]
-docker cpにてファイルコピー
sudo docker cp backup.sql `sudo docker-compose ps -q db`...
-import
psql -U sonar < /var/tmp/backup.sql
exit
-docker-compose downして接続先変更してupしたらServerID変...
SonarQube ID information
Server ID: BCE753A0-AX3X9bKMqyoRPKdD1a_m
Version: 7.9.6.41879
Date: 2022-01-06
-JDBCの接続文字列db2をdbに戻したら戻った。
SonarQube ID information
Server ID: 243B8A4D-AX3X9bKMqyoRPKdD1a_m
Version: 7.9.6.41879
Date: 2022-01-06
終了行:
-バージョンアップ検証
*公式ドキュメント [#zf2f1f67]
https://docs.sonarqube.org/latest/setup/upgrading/
-アップグレード時にテーブル使用領域が一時的に増えるので50...
-ロールバックはDBとSonarをバージョンアップ前に戻して再起...
*Index再生成 [#jb0f9db8]
1. SonarQubeを停止します。
2. Elasticsearchのデータディレクトリをバックアップします。
3. Elasticsearchのデータディレクトリを削除します。デフォ...
4. SonarQubeを再起動します。SonarQubeが起動すると、Elast...
注意: インデックスを再構築すると、過去のSonarQubeの解析デ...
*8.9 to 9.9 [#e1d0748e]
-環境変数が違う(SONARQUBE_XXXは使用不可になった)
-JVMの引数も変更(sonar.web.javaAdditionalOpts=SONAR_WEB_J...
-DBのサポートバージョン
**情報収集 [#sb0ee8c0]
https://community.sonarsource.com/t/insufficient-memory-a...
https://github.com/GoogleCloudPlatform/pgadapter/issues/405
**Ubntu&CentOS7&AmazonLinux2で起動しない [#i8adfbd1]
|Ubuntu 16.04|起動せず|
|Ubuntu 18.04(元16.04)|起動せず|
|Ubuntu 20.04(元16.04)|起動せず|
|Ubuntu 20.04(元16.04) パッケージUpdate|Dockerサービス起...
|Ubuntu 20.04|起動する。docker-ceインストール|
Ubuntu 20.04/AmazonLinux 2023では再現せず
sonarqube | [0.086s][warning][os,thread] Failed to sta...
sonarqube | #
sonarqube | # There is insufficient memory for the Jav...
sonarqube | # Cannot create worker GC thread. Out of s...
sonarqube | # An error report file with more informati...
sonarqube | # /tmp/hs_err_pid1.log
sonarqube exited with code 1
-AmazonLinux2でOKなバージョン
[ec2-user@ip-172-31-2-208 ~]$ uname -a
Linux ip-172-31-2-208.ap-northeast-1.compute.internal 5.1...
-NGなバージョン
#
# There is insufficient memory for the Java Runtime Envir...
# Cannot create worker GC thread. Out of system resources.
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, a...
blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Unscaled Compressed Oops mode in ...
# placed in the first 4GB address space. The Java Hea...
# maximum limit for the native heap growth. Please us...
s
# to set the Java Heap base and to place the Java Hea...
ress.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (workerManager.hpp:87), pid=1, tid=1
#
# JRE version: (17.0.6+10) (build )
# Java VM: OpenJDK 64-Bit Server VM (17.0.6+10, mixed mod...
1 gc, linux-amd64)
**JVMオプショントライしまくり [#l7184c90]
/opt/java/openjdk/bin/java -XX:CICompilerCount=2 -XX:-Us...
-
|圧縮Ops無効|-XX:-UseCompressedOops|状況かわらず|
|スタックサイズ縮小|-Xss136k|状況かわらず|
|コードキャッシュ増加|-XX:ReservedCodeCacheSize=128|状況...
-スレッド数減らす系
https://stackoverflow.com/questions/25682398/how-to-reduc...
|-XX:+UseSerialGC|起動せず|
|-XX:CICompilerCount=2|状況かわらず|
|-XX:+ReduceSignalUsage|状況かわらず|
|-XX:+DisableAttachMechanism|状況かわらず|
*7.9 to 8.9 [#d92a4ed0]
**移行後プロジェクトが消える [#wf27529e]
仕事のやつで遭遇した困った問題。
一覧には出てこない。個別に指定すると出てくる。
indexの作り直しでうまく行くのかは試してないけど試して見る...
**7.9のPostgres9.6で起動 [#h030f741]
ServerID 243B8A4D-AX0SEMDXHfZSM2p8OkQR
SAML 関連に値を入れる
**downして、volumeのバックアップ取得 [#cf49bc60]
docker volume create --name sonarqube_sonarqube_data79
docker volume create --name sonarqube_sonarqube_extensio...
docker volume create --name sonarqube_postgres_data79
docker volume create --name sonarqube_postgres79
docker container run --rm -it -v sonarqube_sonarqube_ext...
docker container run --rm -it -v sonarqube_sonarqube_dat...
docker container run --rm -it -v sonarqube_postgresql_da...
docker container run --rm -it -v sonarqube_postgresql:/f...
この時点で付け替えしてみて起動することを確認する
ServerID 243B8A4D-AX0RveuJOTnufm9wIf7w
**超重要!!プラグインのあるVolumeを消す! [#cc65a2a5]
間違えないように注意!
sonarqube7.9のdockerをrm
extentionsのvolumeをrm
dataのvolumeをrm
**8.9にして起動する [#i82bd9fa]
ServerID 243B8A4D-AX0SEMDXHfZSM2p8OkQR
-成功!
-一回接続先DB間違えたため、SAMLなどは引き継がれたがProjec...
**8.9から戻し。 [#h5574271]
sonarqube_dataが共有だったせいかエラーで起動せず。
docker-compose downしなかったので、DBが戻らず起動せず。
downしてps -aででてこない状態を確認して戻せば切り戻し成功!
*DBだけ戻す方法(成功バージョン) [#p5800295]
+docker-compose stop sonarqube
+DBをdump
+DBをクリアする
+dumpを投入
+docker-compose up sonarqube
*DBの差し替え [#g9579429]
+postgres9.6 & 13を準備
+13にimport
+docker-compose stop sonarqube
+13に切り替え。接続文字列変わる
+docker-compose up sonarqube
+プロジェクト引き継ぎ成功
+Server ID 243B8A4D-AX0SEMDXHfZSM2p8OkQR
**9.6でexport [#ub3e21f6]
-docker内部に入る
docker-compose exec db /bin/bash
-export実行して抜ける
pg_dumpall -U sonar > /var/tmp/backup.sql
exit
-docker cpにてファイルコピー
sudo docker cp `sudo docker-compose ps -q db`:/var/tmp/b...
SonarQube ID information
Server ID: 243B8A4D-AX3X9bKMqyoRPKdD1a_m
Version: 7.9.6.41879
Date: 2022-01-06
**13.6にimport [#d4baabb1]
-docker cpにてファイルコピー
sudo docker cp backup.sql `sudo docker-compose ps -q db`...
-import
psql -U sonar < /var/tmp/backup.sql
exit
-docker-compose downして接続先変更してupしたらServerID変...
SonarQube ID information
Server ID: BCE753A0-AX3X9bKMqyoRPKdD1a_m
Version: 7.9.6.41879
Date: 2022-01-06
-JDBCの接続文字列db2をdbに戻したら戻った。
SonarQube ID information
Server ID: 243B8A4D-AX3X9bKMqyoRPKdD1a_m
Version: 7.9.6.41879
Date: 2022-01-06
ページ名: