UiPath Documentation
automation-suite
2022.10
false
Automation Suite インストール ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

MongoDB ポッドを 4.4.4-ent から 5.0.7-ent にアップグレードできない

説明

Automation Suite を 2021.10 から 2022.10 にアップグレードすると、MongoDB ポッドがローリング更新中にスタックし、バージョン 4.4.4-ent から 5.0.7-ent に移行できません。利用可能なポッドは 1 つだけで、そのポッドが準備状況の確認に失敗します。

解決策

MongoDB Agent のログを確認するには、次のコマンドを実行します。

kubectl get pods -n mongodb
Use the pod name and get log for that pod
kubectl logs <pod-name> -n mongodb -c mongodb-agent
In the Agent logs if we are seeing below line then the upgrade hasn't been successful
  ['currentState.Version = 4.4.4-ent is equal to desiredState.Version = 5.0.7-ent' = false]kubectl get pods -n mongodb
Use the pod name and get log for that pod
kubectl logs <pod-name> -n mongodb -c mongodb-agent
In the Agent logs if we are seeing below line then the upgrade hasn't been successful
  ['currentState.Version = 4.4.4-ent is equal to desiredState.Version = 5.0.7-ent' = false]

この問題を修正するには、次の手順に従います。

  1. ArgoCD で自動同期を無効化します。[Applications] > [MongoDB] > [AppDetails] > [Summary] に移動し、[Disable Auto-Sync] をクリックします。
  2. MongoDB の sts 定義でまだ古い MongoDB localhost:30071/mongodb/mongodb-enterprise-appdb-database:4.4.4-ent イメージが使用されています。バージョン 5.0.7-ent を使用するように定義を編集します。定義を保存して同期します。
  3. 古い MongoDB ポッドを削除します。
  4. ポッドが MongoDB バージョン 5.0.7-ent で起動します。
  • 説明
  • 解決策

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得