1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Update database.rst

"Set up" is correct in this case.
This commit is contained in:
Alexander Graf
2023-06-23 14:34:22 +02:00
committed by GitHub
parent 7b9204b7d8
commit 849f8c0167

View File

@@ -18,7 +18,7 @@ This means it is not possible to switch the database back-end used by roundcube
To switch to a different database back-end:
1. Run config-export to export the configuration. E.g. `docker compose exec admin flask mailu config-export --secrets --output /data/mail-config.yml`
2. Setup your new database server. Refer to the subsequent sections for tips for creating the database.
2. Set up your new database server. Refer to the subsequent sections for tips for creating the database.
3. Modify the database settings (SQLAlchemy database URL) in mailu.env. Refer to the :ref:`configuration guide (link) <db_settings>` for the exact settings.
4. Start your Mailu deployment.
5. Run config-import to import the configuration...