How to update the base URL/FQDN of Hipchat Data Center

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

目的

This article outlines the steps that you need to run to change the base URL/FQDN of Hipchat Data Center. 

ソリューション

Via configuration.json

Refer to Configure Hipchat Data Center using a config file and be sure to include the public-dns attribute in your configuration.json file.

Via a DB query


In versions 3.1.x and newer, the base URL/FQDN is stored in the DB, run an UPDATE query to change it:

UPDATE configurations SET value='new-hipchat.example.com' WHERE key='fqdn';


Post-change

  1. Restart services on all nodes:

    hipchat datacenter restart
  2. Validate the change is effective: 

    curl -s http://localhost:8080/v2/administration/configuration/fqdn -H "x-hipchat-group:0"
最終更新日: 2018 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.