Hi All,
Is there any way to move the Export folder in the jira home directory to other folder or Drive
Regards,
Pooja
You can create a soft link and keep the folder where ever you need
Hi Vishnu,
Thanks for your response.
Can you let me know where to create the soft link.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A "soft link" is done by your operating system, and depends on the file system underlying it. Unix file systems almost all support simple and effective links, but Windows ones are usually too primitive and require you to do kludgy harder links.To do it on a unix-like systemMove the directory you want to relocate: mv /opt/data/jira/export /opt/data/myjiraexports , then create the link with "ln -s": ln -s /opt/data/myjiraexports /opt/data/jira/export ). When looking in the data directory, you will see a "link" that says export -> /opt/data/myjiraexports and Jira won't care - it sees a directory it can use for exports.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.