So, on our production and some of our test instances, uninstallations and reinstallations result in us having jira, jira1, jira2 (uid's 500,501, 502, ...) local users created, and also the resulting jira_home directory being chowned to whatever new user the installer is using.
How do we change what user the JIRA installation recognizes as being the installed user?
Each time you create a new Jira instance it will create a new service name. If you do not manually remove these service names after you have uninstalled jira, the next jira installation will automatically be labeled as jira1 and be assigned a new id. If you have old services that are no longer associated to the application server, be sure to remove them as well before you install a new instance. When you remove an application be sure to do the following.
>stop and disable any services related to the application
>remove the service account from /etc/init.d
>remove application home and installation directories
>remove any users created by the application
>remove any user's home directories
The install user can be any user id. If you just need the name to be same then just update the password file. If you need the uid to be same, you need to create a convention at your installation that uid will always be a Jira id.
Take a look at the following document used to setup Jira to run automatically on linux. It should give you pointers where to look and change.
https://confluence.atlassian.com/display/JIRA/Starting+JIRA+Automatically+on+Linux
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The answer is probably platform dependent. Are you running your jira environments on Linux?
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.