-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 7.13.2, 7.13.3, 7.13.4, 7.13.5, 7.13.6, 7.13.8, 7.13.9, 8.0.0, 8.0.1, 8.0.2, 8.0.3, 8.1.0, 8.1.1, 8.1.2, 8.1.3, 8.2.0, 8.2.1, 8.2.2, 8.2.3, 8.2.4, 8.2.5, 8.2.6, 8.3.0, 8.3.1, 8.3.2, 8.3.3, 8.3.4, 8.3.5, 8.4.0, 8.4.1, 8.4.2, 8.4.3, 8.5.0, 8.5.1
-
Component/s: Documentation
-
7.13
-
1
-
Severity 3 - Minor
-
0
Issue Summary
Required information is missing for setting up a shared home
Steps to Reproduce
- Leave CLUSTERED in the configuration unset as the default is false.
- Set JIRA_SHARED_HOME
Expected Results
Jira will be installed and usable
Actual Results
No software is installed.
Workaround
In the Jira docker, the JIRA_SHARED_HOME
the parameter does not take effect until CLUSTERED = true.
This means that the docker for Jira tries to behave like regular
standalone server, and looks for all folders, that for DC should be under
SHARED_HOME under JIRA_HOME.
Running the container without JIRA_SHARED_HOME and with -v per each folder
in shared to make the docker look for it under the local home (e.g.
/shared/plugins:/var/atlassian/application-data/jira/plugins) does the
trick.
- mentioned in
-
Page Loading...