diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-08-25 11:54:11 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-27 20:03:16 +0000 |
commit | de15b5ae07c0e6f9bc6744f4d80f42147ffe9bcf (patch) | |
tree | 9a64503f1d4ccdddc9c74c03a52184ebf5e3ed90 /sonar-core/src | |
parent | 79b13ac2a166eea535deceade405e8b99b098c64 (diff) | |
download | sonarqube-de15b5ae07c0e6f9bc6744f4d80f42147ffe9bcf.tar.gz sonarqube-de15b5ae07c0e6f9bc6744f4d80f42147ffe9bcf.zip |
SONAR-15175 Warn server id is not usable when running on embedded dtabase
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 90bcc63c696..99e5a57b313 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2967,6 +2967,7 @@ system.restart_server=Restart Server system.instance_restarting={instance} restart is in progress. Ongoing {link} are completing. system.search_nodes_title=Search Nodes system.see_sonarqube_downloads=See All SonarQube Downloads +system.not_production_database_warning=This server ID is valid only for the embedded database, which should be considered disposable. Consider configuring an external database for long-term use prior to requesting your license. system.server_id=Server ID system.set_log_level=Set logs level system.show_intermediate_versions=Show intermediate versions |