PostgreSQL need for OpenProject installation for mac - Mailing list pgadmin-support

From Diego Octavio Gutierrez Ortiz
Subject PostgreSQL need for OpenProject installation for mac
Date
Msg-id 1BB49AA1-CE7D-427C-9FED-EFFA2652013F@gmail.com
Whole thread Raw
Responses Re: PostgreSQL need for OpenProject installation for mac  (jaime soler <jaime.soler@gmail.com>)
List pgadmin-support
Dear Sir,

I am a total novice to PostgreSQL, which I came by when following the instructions for the installation of OpenProject
: 
https://www.openproject.org/projects/openproject/wiki/Installation_MacOS
I think I am supposed to open a PostgreSQL console, and paste this :

CREATE ROLE openproject LOGIN ENCRYPTED PASSWORD 'my_password' NOINHERIT VALID UNTIL 'infinity'; CREATE DATABASE
openprojectWITH ENCODING='UTF8' OWNER=openproject; 
but I have no clue about how to open that console.I’ve tried “psql”, but it request a password that I do not remember
tohave set. 

Do any of you know what are the commands I should be using ?

Many thanks,
Diego


pgadmin-support by date:

Previous
From: Eric Wadsworth
Date:
Subject: Re: Found a bug
Next
From: jaime soler
Date:
Subject: Re: PostgreSQL need for OpenProject installation for mac