Skip to content
Prev Previous commit
Next Next commit
Update db_conversion.rst
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Feb 25, 2024
commit 58f5f5722692990182feac213b1027aa28f9adbc
4 changes: 2 additions & 2 deletions admin_manual/configuration_database/db_conversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ The options:
* ``-n, --no-interaction`` do not ask any interactive question

.. note:: The conversion tool searches for apps in your configured app folders and uses
the schema (table) definitions in the apps to create the new tables. Any tables that still exist for removed
apps will not be converted (even with option ``--all-apps``).
the schema (table) definitions in the apps to create the new tables. Any tables that still exist for removed
apps will not be converted (even with option ``--all-apps``).

Let's convert our existing (functioning) sqlite3 installation to be MariaDB/MySQL based:

Expand Down