Azure 容器实例上的 Sonarqube 升级

发布于 2025-01-15 04:00:34 字数 292 浏览 1 评论 0原文

目前,我们的 ACI(SonarQube 7.7 社区版)之一正在与 Azure SQL Server DB 一起运行。现在我需要将现有的 Azure SQL Server 数据库映射到新的 ACI(SonarQube 7.9.6 社区版)。我已经完成了,但是 ACI 运行不正常,有时事件/日志没有存储,我什至厌倦了停止和运行。还删除了 ACI(SonarQube 7.7 社区版)。

最后,我的首要任务是需要将 SonarQube 版本 7.7 升级到 7.9.X 或更高版本。

是否可以在同一 ACI 中升级 sonarqube 图像?

At present one of our ACI (SonarQube 7.7 community edition) is running with Azure SQL Server DB. Now I need to map existing Azure SQL Server database to a new ACI (SonarQube 7.9.6 community edition). I had done but ACI is not running properly and some times events/logs are not stored, and I even tired with to stop & deleted ACI (SonarQube 7.7 community edition) as well.

At our end my main priority is need to upgrade SonarQube version 7.7 to 7.9.X or newer.

Is it possible to upgrade the sonarqube image in the same ACI?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

安穩 2025-01-22 04:00:34

是的,可以升级 sonarqube,这里介绍了升级 Snoarqube 的步骤。

  • 下载并解压 SnorQube 发行版。
  • 如果您使用第三方插件,请手动安装与您的 SonarQube 版本兼容的插件。
  • 更新 sonar.propertieswrapper.conf 文件的内容
  • 停止旧服务器并启动新服务器。
  • 浏览到 http://yourSonarQubeServerURL/setup 并重新分析您的项目以获取新数据。

以下链接可为您提供有关 SonarQube 升级的完整信息。
升级之前

升级指南。

Yes, it is possible to upgrade the sonarqube and here ate the steps to upgrade the Snoarqube.

  • Download and unzip the SnorQube distribution.
  • If you're using third-party plugins, manually install plugins that are compatible with your version of SonarQube.
  • Update the contents of sonar.properties and wrapper.conf files
  • Stop your old server and start your new server.
  • Browse to http://yourSonarQubeServerURL/setup and reanalyze your projects to get fresh data.

Here are the links which can give you complete information regarding SonarQube upgradation.
Before you Upgrade.

Upgrade Guide.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文