Installing Jira service management using PostgreSQL on MacOS

Описание к видео Installing Jira service management using PostgreSQL on MacOS

In this video, we will be installing JSM on MacOS with PostgreSQL. When you install your JSM you need to set up your Jira home directory that needs to be different from the directory where your Jira has been downloaded.

After that, you need to follow these guide:

Connecting Jira applications to PostgreSQL: https://confluence.atlassian.com/admi...

If you get stuck about your hostname use query:
SELECT boot_val,reset_val
FROM pg_settings
WHERE name='listen_addresses';;

If you get stuck with the role name, use this query:
SELECT rolname FROM pg_roles

Most groups are system, and probably yours will be postgres.

When you do all of this, you are ready for the setup.

#jirasoftware #jiraservicemanagement #jiradatacenter #postgresql

Комментарии

Информация по комментариям в разработке