1,885
edits
Changes
no edit summary
[[Category:Fedora ARM Secondary Architecture]][[Category:SBR600]]
The link below was very helpful in the setup of the PostgreSQL database.
My team members and I were able for create the database as required. Below is the commands executed to create that database.
Once installed you will then need to initialize the Database with the following command:
Then start the Postgresql service with:
At this point the Postgresql server is installed and operational provided no errors were reported with the database initialized. The next steps is to create a user named “koji”, set up Postgresql and populate the schema:
useradd koji
passwd -d koji
su - postgres
createuser koji
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) n
Shall the new role be allowed to create more new roles?(y/n) n