Now you will create a database where the Atlassian JIRA application will store its data, and a user role that JIRA will use to connect to the database. We are assuming that you have already created your PostgreSQL database server in a previous step.
We are using pgAdmin III (version 8.4.x) the administration user interface supplied with PostgreSQL. If you used the one-click installer when installing PostgreSQL, pgAdmin III will be already installed on your computer.
For UNIX users, pgAdmin3 (version 8.4.x) is also available for installation on most Linux platforms. However, if you are on UNIX and do not have pgAdmin III, you can use the command line interface instead. Assuming that you are using the default installation directory of /opt/PostgreSQL/8.4/bin/
, enter the following commands: