Hi, I am looking at uninstalling JIRA on Ubuntu server 14.04. I need to install it on another server..
I've tried:
I've got my backup sorted but this system needs to be have it removed. Help please!
Please follow the steps
Drop the Database.
For example database name is jiraDB execute the following command DROP DATABASE jiraDB;
Delete the JIRA-HOME using following command.
For example, if JIRA-HOME is under /var/atlassian/application-data/jira-home 1. cd /var/atlassian/application-data 2. rm -r -f jira-home
Similarly delete the JIRA-Installation directory using above command mentioned in 3
Hope this helps.
use this command
```
$ cd /opt/atlassian/jira
$ sudo bash uninstal
```
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know if the installer comes with the uninstall command but you'll just need to remove the /opt/atlassian/jira folder and the $JIRA_HOME folder.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Scott,
Simply stopping the process and removing the folders (JIRA_HOME and JIRA_INSTALL), plus your database (if it's on the server and you'd like to get rid of it as well) should do the trick. JIRA Doesn't write any other files.
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.