Fix users.*.sql -> accounts.*.sql in installation doc.

refs #4926
This commit is contained in:
Michael Friedrich 2013-10-20 18:41:21 +02:00 committed by Marius Hein
parent 1985cf18f1
commit 51b7b89129
1 changed files with 9 additions and 2 deletions

View File

@ -70,8 +70,11 @@ create all database tables. You will find the installation guides for the differ
2. Create all tables (You need to be in the icinga2-web folder) 2. Create all tables (You need to be in the icinga2-web folder)
> **Note**
>
> RPM packages install the schema into /usr/share/doc/icingaweb-<version>/schema
bash$ mysql -u root -p icingaweb < etc/schema/users.mysql.sql bash$ mysql -u root -p icingaweb < etc/schema/accounts.mysql.sql
#### PostgreSQL #### PostgreSQL
@ -100,7 +103,11 @@ And restart your database ('service postgresql restart' or '/etc/init.d/postgres
3. Create all tables (You need to be in the icinga2-web folder) 3. Create all tables (You need to be in the icinga2-web folder)
bash$ psql -U icingaweb -a -f etc/schema/users.pgsql.sql > **Note**
>
> RPM packages install the schema into /usr/share/doc/icingaweb-<version>/schema
bash$ psql -U icingaweb -a -f etc/schema/accounts.pgsql.sql