You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have installed Jira software on an EC2 linux machine and have created a RDS POSTGRESQL. I am able to connect between ec2 and RDS, however while doing the SetupDatabase in the browser, its failing with the message as: at http://10.124.157.124:8080/secure/SetupDatabase.jspa
Error connecting to database
FATAL: database "jira-database" does not exist
I also manually created dbconfig.xml in the location /var/atlassian/application-data/jira/data with my rds details but no luck.
Can you please help as to what I am missing here?
Hello @manisha sharma
Welcome to the community!
Just FYI - I see that you have tagged your post as "cloud" and "jira-software-cloud". Those tags are used to indicate you are using Jira hosted by Atlassian, not that you are hosting your own Jira instance in the a cloud provider.
If you are installing the software your self on hosts that you manage, even if they are in a cloud provider, then you should tag your post as "data-center".
sorry for the confusion. I am using AWS RDS and AWS EC2 for jira.
Thanks for the reply though!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@manisha sharma i have removed the cloud tag and replaced it with data center tag.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @manisha sharma ,
Welcome to the Atlassian Community!!
As per the error screenshot it seems database name/or URL which you are providing is not reaching.
I hope you are following the correct format.
for example,
pgm-l4v72fgghjt1ho6vsb194100.pgsql.me-central-1.rds.aws.com:5432/jira-database
For your case the port number and database name will be different, and URL is nothing but the endpoint URL of RDS service.
I hope this information helps.
Regards,
Mayur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using the same details as you mentioned:
Endpoint
jira-database.cqhasb7gyzgf.us-west-2.rds.amazonaws.com
Port
5432
database name: jira-database
Screenshot attached.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@manisha sharma is your RDS is using MySQL or PostgreSQL engine and can you please check and try the format i have share with you in my previous comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its PostgreSQL engine.
When you say format, where do I use that because what I can see while setting up and in the screenshot, I am using those details only.
Endpoint is jira-database.cqhasb7gyzgf.us-west-2.rds.amazonaws.com
Port no is 5432
DBname is: jira-database
so, what format should it be. I didnt get you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you please try in this format jdbc:postgresql://<rds-instance-hostname>/<database-name>
where replace<rds-instance-hostname> with your RDS endpoint URL and <database-name> with your actual DB name and put this in Hostname in database configuration page?
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.
@manisha sharma I am glad it is working. Please do hit the accept button so that it will be helpful to others.
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.