From 51b7b891291c9b98cca7f3e464b405da75e96f00 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sun, 20 Oct 2013 18:41:21 +0200 Subject: [PATCH] Fix users.*.sql -> accounts.*.sql in installation doc. refs #4926 --- doc/installation.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index cd901de16..14db1a645 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -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) +> **Note** +> +> RPM packages install the schema into /usr/share/doc/icingaweb-/schema - bash$ mysql -u root -p icingaweb < etc/schema/users.mysql.sql + bash$ mysql -u root -p icingaweb < etc/schema/accounts.mysql.sql #### 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) - bash$ psql -U icingaweb -a -f etc/schema/users.pgsql.sql +> **Note** +> +> RPM packages install the schema into /usr/share/doc/icingaweb-/schema + + bash$ psql -U icingaweb -a -f etc/schema/accounts.pgsql.sql