Documentation: Fix missing preferences*,sql

fixes #6243
This commit is contained in:
Michael Friedrich 2014-05-20 11:11:32 +02:00
parent 4a5fa5f17b
commit ef56f2163e
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ create all database tables. You will find the installation guides for the differ
> RPM packages install the schema into /usr/share/doc/icingaweb-<version>/schema
bash$ mysql -u root -p icingaweb < etc/schema/accounts.mysql.sql
bash$ mysql -u root -p icingaweb < etc/schema/preferences.mysql.sql
#### PostgreSQL
@ -108,6 +109,7 @@ And restart your database ('service postgresql restart' or '/etc/init.d/postgres
> RPM packages install the schema into /usr/share/doc/icingaweb-&lt;version&gt;/schema
bash$ psql -U icingaweb -a -f etc/schema/accounts.pgsql.sql
bash$ psql -U icingaweb -a -f etc/schema/preferences.pgsql.sql