docs: koji package provides schema.sql file
Point administrators to the "koji" package for the schema.sql file.
This commit is contained in:
parent
797b26127c
commit
5ae5ba651c
1 changed files with 2 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ The following commands will:
|
|||
* create the koji database within PostgreSQL
|
||||
* set a password for the koji user
|
||||
* create the koji schema using the provided
|
||||
``/usr/share/doc/koji*/docs/schema.sql`` file
|
||||
``/usr/share/doc/koji*/docs/schema.sql`` file from the ``koji`` package.
|
||||
|
||||
::
|
||||
|
||||
|
|
@ -416,6 +416,7 @@ The following commands will:
|
|||
postgres@localhost$ createdb -O koji koji
|
||||
postgres@localhost$ psql -c "alter user koji with encrypted password 'mypassword';"
|
||||
postgres@localhost$ logout
|
||||
root@localhost$ yum -y install koji
|
||||
root@localhost$ su - koji
|
||||
koji@localhost$ psql koji koji < /usr/share/doc/koji*/docs/schema.sql
|
||||
koji@localhost$ exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue