如何更改sonarqube中的数据文件夹?
How to change data folder in sonarqube?
如何更改sonarqube中的数据文件夹?
我需要将安装数据文件夹更改到其他位置,可以吗?
谁负责编写和更改此文件夹?是包装纸吗?
我可以更改 h2 数据库的位置,但不能更改数据文件夹位置。
我使用 Sonarqube 5.0
我猜你必须按照 sonarqube 的更新说明进行操作,就好像你要将 sonarqueb 更新到其他 folder/version 一样,并删除更新中涉及的步骤。
http://docs.sonarqube.org/display/SONAR/Upgrading
我会试试这个:
- 停止 SonarQube 服务器
- 将声纳旧文件夹移动到新文件夹,比方说
NEW_SONARQUBE_HOME.
- 备份你的数据库,以防万一。
- 在您的 new_Sonarquebe_home
中启动网络服务器
在你的 sonar.properties
中查看:
# Paths to persistent data files (embedded database and search index) and temporary files.
# Can be absolute or relative to installation directory.
# Defaults are respectively <installation home>/data and <installation home>/temp
#sonar.path.data=data
#sonar.path.temp=temp
您可以取消注释行 sonar.path.data
并根据需要设置值。
如何更改sonarqube中的数据文件夹? 我需要将安装数据文件夹更改到其他位置,可以吗? 谁负责编写和更改此文件夹?是包装纸吗? 我可以更改 h2 数据库的位置,但不能更改数据文件夹位置。 我使用 Sonarqube 5.0
我猜你必须按照 sonarqube 的更新说明进行操作,就好像你要将 sonarqueb 更新到其他 folder/version 一样,并删除更新中涉及的步骤。
http://docs.sonarqube.org/display/SONAR/Upgrading
我会试试这个:
- 停止 SonarQube 服务器
- 将声纳旧文件夹移动到新文件夹,比方说 NEW_SONARQUBE_HOME.
- 备份你的数据库,以防万一。
- 在您的 new_Sonarquebe_home 中启动网络服务器
在你的 sonar.properties
中查看:
# Paths to persistent data files (embedded database and search index) and temporary files.
# Can be absolute or relative to installation directory.
# Defaults are respectively <installation home>/data and <installation home>/temp
#sonar.path.data=data
#sonar.path.temp=temp
您可以取消注释行 sonar.path.data
并根据需要设置值。