'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
- Create backups of the instance and database
- Shutdown the JIRA instance
Perform the following SQL query in the database
delete from feature where feature_name like 'unified.usermanagement ';
- 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-42426Getting issue details... STATUS
最終更新日: 2016 年 2 月 26 日
Powered by Confluence and Scroll Viewport.