Skip to content

Commit

Permalink
doc: Fix postgres schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Oct 25, 2023
1 parent ed544af commit d21109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CREATE DATABASE reporting
After, you can import the schema using the following command:

```
psql -U reporting reporting -a -f /usr/share/icingaweb2/modules/reporting/pgsql.schema.sql
psql -U reporting reporting -a -f /usr/share/icingaweb2/modules/reporting/schema/pgsql.schema.sql
```

This concludes the installation. Now continue with the [configuration](03-Configuration.md).
Expand Down

0 comments on commit d21109e

Please sign in to comment.