'Mode' missing after importing Cloud backup to Server instance

お困りですか?

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

コミュニティに質問

問題

After importing the backup from a Cloud instance into a Server instance, the 'Mode' configuration is missing from the General Configuration page

原因

There is a flag for a feature in Cloud instances called unified.usermanagement

回避策

回避策 1

Remove the feature flag from the database

  1. Create backups of the instance and database
  2. Shutdown the JIRA instance
  3. Perform the following SQL query in the database

    delete from feature where feature_name like 'unified.usermanagement ';
  4. Startup the JIRA instance

回避策 2

Alternatively, navigate to the dark feature page:

<instance url>/SiteDarkFeatures!default.jspa

And remove the flag from there 

データベースの変更を行う場合は必ず事前にバックアップを取得してください。可能な場合は、まずステージング サーバーで SQL コマンドの変更、挿入、更新、または削除を行うようにします。

ソリューション

This is being tracked in this bug ticket here - JRA-42426 - Getting issue details... STATUS

最終更新日: 2016 年 2 月 26 日

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

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