Skip to content

Commit

Permalink
Highlight configuration in DB for migration-assist (#7534)
Browse files Browse the repository at this point in the history
* Highlight configuration in DB for migration-assist

* Update source/deploy/postgres-migration-assist-tool.rst
  • Loading branch information
isacikgoz authored Nov 1, 2024
1 parent 21a13d0 commit 2a5e049
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/deploy/postgres-migration-assist-tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ Step 7 - Configure Mattermost to utilize the new PostgreSQL database
This is the final step of the migration process, where we need to update the Mattermost configuration to point to the new PostgreSQL database. To do so, locate the ``SqlSettings.DataSource`` and ``SqlSettings.DriverName`` fields in the ``config.json`` then modify these fields to reflect the new PostgreSQL database connection details.
If your configuration was stored in the database, see the :ref:`configuration in database <deploy/manual-postgres-migration:configuration in database>` documentation for migration details. Once migrated, you should also update the ``MM_CONFIG`` environment variable to point to the new DSN.
.. note::
If your configuration was stored in the database, see the :ref:`configuration in database <deploy/manual-postgres-migration:configuration in database>` documentation for migration details. Once migrated, you should also update the ``MM_CONFIG`` environment variable to point to the new DSN.
Compile the migration-assist tool
---------------------------------
Expand Down

0 comments on commit 2a5e049

Please sign in to comment.