diff --git a/install-guide/source/common_configure.rst b/install-guide/source/common_configure.rst index cfaf8c44e..cdfca72d2 100644 --- a/install-guide/source/common_configure.rst +++ b/install-guide/source/common_configure.rst @@ -77,7 +77,7 @@ .. code-block:: console - $ su -s /bin/sh -c "barbican-manage db_sync" barbican + $ su -s /bin/sh -c "barbican-manage db upgrade" barbican .. note:: diff --git a/install-guide/source/install-ubuntu.rst b/install-guide/source/install-ubuntu.rst index 144034d5d..df5f80a8f 100644 --- a/install-guide/source/install-ubuntu.rst +++ b/install-guide/source/install-ubuntu.rst @@ -17,7 +17,7 @@ Install and configure components # apt-get update - # apt-get install + # apt-get install barbican-api barbican-keystone-listener barbican-worker .. include:: common_configure.rst