diff --git a/source/configure/configuration-in-your-database.rst b/source/configure/configuration-in-your-database.rst index 2f8b4cb5585..11c3e5bc382 100644 --- a/source/configure/configuration-in-your-database.rst +++ b/source/configure/configuration-in-your-database.rst @@ -114,9 +114,9 @@ Here's a complete ``mattermost.service`` file with the ``EnvironmentFile`` line Migrate configuration from ``config.json`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -You can use the :ref:`mmctl config migrate ` command to migrate the configuration by running command: +You can use the :ref:`mmctl config migrate ` command to migrate the configuration by running the following command: -.. code-block: none +.. code-block:: text mmctl config migrate path/to/config.json "postgres://mmuser:mostest@localhost:5432/mattermost_test?sslmode=disable&connect_timeout=10" --local