parent
4a5fa5f17b
commit
ef56f2163e
|
@ -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-<version>/schema
|
||||
|
||||
bash$ psql -U icingaweb -a -f etc/schema/accounts.pgsql.sql
|
||||
bash$ psql -U icingaweb -a -f etc/schema/preferences.pgsql.sql
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue