From d5b6e0a54f1ef97bfa9dd1cf8d1e47af8a709fe0 Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Mon, 7 Aug 2017 12:29:01 +0300 Subject: [PATCH] [Doc] Fix db creation This patch set fixes command to create db schema. Closes-Bug: #1709048 Change-Id: I1214313307fe0375d42e1a22562cd16ae867795d --- doc/source/install/common_configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/common_configure.rst b/doc/source/install/common_configure.rst index b34d5de5c..aa3aab919 100644 --- a/doc/source/install/common_configure.rst +++ b/doc/source/install/common_configure.rst @@ -68,4 +68,4 @@ .. code-block:: ini - su -s /bin/sh -c "watcher-db-manage" watcher + su -s /bin/sh -c "watcher-db-manage --config-file /etc/watcher/watcher.conf create_schema"