-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.3.9
-
Component/s: Documentation - All
-
None
-
7.03
-
Severity 3 - Minor
Problem
Jira Data Center documentation suggests to copy the 'cache folder' to Shared HOME.
Copy the following directories into /data/jira/sharedhome: (some of them may be empty)
data
plugins
logos
import
export
caches
However, the following command from the documentation does not mention the cache folder :
$ cp -R /path/to/jira-local-home/{data,plugins,logos,import,export} /data/jira/sharedhome
Although the cache folder should be created new instead of being copied from the Home directory. The current documentation is confusing for the customers. So we need to update the documentation.
Here is a bug that customers can run into because of missing cache folder https://jira.atlassian.com/browse/JRASERVER-65488