From d21109e8506972a382c5a8dca876e1bbefb4411e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Oct 2023 14:13:26 +0200 Subject: [PATCH] doc: Fix postgres schema path --- doc/02-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 68891c2..258f806 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -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).