Unattended installation

If you've previously installed Jira using the Windows or Linux installer, you can use a configuration file from your existing Jira installation ( response.varfile ) to re-install Jira in unattended mode, no user input required.

This can be useful when you have installed Jira on a test server and are ready to install on your production server with the same configuration. 

Good to know

  • The response.varfile file contains the options specified during the installation wizard steps of your previous Jira installation. Don't uninstall your previous Jira installation until after you've copied this file to your new install location.
  • If you decide to modify the response.varfile file, make sure all directory paths specified are absolute, for example, sys.installationDir=C\:\‌\Program Files\\Atlassian\‌\jira  
    (Windows) or sys.installationDir=/opt/atlassian/jira (Linux). 

    Unattended installations will fail the file contains relative directory paths.  

Install a Jira application in unattended mode

  1. Download the installer for your operating system:

     
  2. Copy <installation-directory>/.install4j/response.varfile from your existing Jira installation to where you downloaded the installer. 
     
  3. In command prompt or terminal change directory (cd) to where you downloaded the installer. 

  4. Run the following command to install Jira:

    Windows

    Jira Core
    > atlassian-jira-core-X.X.X-x64.exe -q -varfile response.varfile
    Jira Software
    > atlassian-jira-software-X.X.X-x64.exe -q -varfile response.varfile
    Jira Service Desk
    > atlassian-servicedesk-X.X.X-x64.exe -q -varfile response.varfile


    Linux

    Jira Core
     $ atlassian-jira-core-X.X.X-x64.bin -q -varfile response.varfile
    Jira Software
     $ atlassian-jira-software-X.X.X-x64.bin -q -varfile response.varfile
    Jira Service Desk
     $ atlassian-servicedesk-X.X.X-x64.bin -q -varfile response.varfile


    Where -X.X.X is the Jira version you downloaded. 

    -q instructs the installer to run in unattended mode (quietly).  -varfile specifies the location and name of the configuration file containing the options used by the installer.  

  5. Jira will start automatically once the silent installation finishes. 
     

Finally, head to http://localhost:<port> to finish setting up Jira. 

See the Set up a Jira application section on Installing Jira applications on Windows or Installing Jira applications on Linux for more info. 

Last modified on Oct 6, 2021

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.