Skip to content
Prev Previous commit
Next Next commit
Update db_conversion.rst: Bullet point db config links
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Feb 25, 2024
commit 5f4ba48e210f1a63afaaed90daae55f42fbadc3e
5 changes: 3 additions & 2 deletions admin_manual/configuration_database/db_conversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Establishing the target database
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

First create up the target (new) database (along with its associated username and password) by following the manual database configuration instructions for your chosen target database type:
- :ref:`db-config-mysql-label`
- :ref:`db-config-postgresql-label`

* :ref:`db-config-mysql-label`
* :ref:`db-config-postgresql-label`

Since the above use the database name "nextcloud" for the newly created database we will do so here for consistency, but you are free to use whatever database name you prefer. Use
the database username and password you specified when creating the new database.
Expand Down