parent
1985cf18f1
commit
51b7b89129
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue