Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira and Confluence in same machine

Shrinivas SHARMA October 4, 2017

Is it possible to install Jira and Confluence in same machine and sharing same DB (MySql).

I am trying to install confluence in machine which Jira was running but after rebooting Jira stop working (showing DB issue) and also confluence failed to connect with DB

1 answer

1 vote
Jonas Andersson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 4, 2017

Yes, you can.

Create 2 databases in the same mysql server, grant user permissions (since it's test, just grant all privileges) to the same user. In this case username 'atlassian' and password 'easy', for all databases;

CREATE USER 'atlassian'@'localhost' IDENTIFIED BY 'easy';
GRANT ALL ON *.* TO 'atlassian'@'localhost';

Also make sure they run on different native ports, so jira will be port 8080 while confluence will be 8081, or whatever floats your boat.

 

 

Shrinivas SHARMA October 4, 2017

Jonas,

I am not getting success to install the Jira and Confluence in same machine. Jira is already working but when I tried to install confluence, Jira also stopped working.

I followed the confluence installation as mentioned in document and able to reach upto url http://localhost:8090. But unable to connect with any one of options: standard JDBC database connection or Datasource Name.

Can you provide simple step by step procedure for installing confluence with existing Jira machine.

Shrinivas SHARMA October 7, 2017

Solved

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events