From 26a8c2b6bb34f6ce0a8ece6f5fe4f9c63c9519b3 Mon Sep 17 00:00:00 2001 From: migs35323 <92784574+migs35323@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:58:01 +0000 Subject: [PATCH] correction: config-export had wrong example. fixing the example command flag. --- docs/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database.rst b/docs/database.rst index 54e5015a..e200555a 100644 --- a/docs/database.rst +++ b/docs/database.rst @@ -17,7 +17,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` +1. Run config-export to export the configuration. E.g. `docker compose exec admin flask mailu config-export --secrets --output-file /data/mail-config.yml` 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) ` for the exact settings. 4. Start your Mailu deployment.