From 45c589c012c83c3339ad84155f8bdec47178550a Mon Sep 17 00:00:00 2001 From: tflidd Date: Mon, 29 Apr 2024 09:47:29 +0200 Subject: [PATCH] Add option to db indices to occ_command.rst An option `--dry-run` for the adding db-indices seems to be available but not documented (https://github.com/nextcloud/server/blob/2c059dd606f923e5fd689815a09a263bed1c25fd/core/Command/Db/AddMissingIndices.php#L65C17-L65C24) Signed-off-by: tflidd --- admin_manual/configuration_server/occ_command.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 2fbfbbc4a..ccd967e16 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -632,6 +632,8 @@ following command:: sudo -u www-data php occ db:add-missing-indices +Use option ``--dry-run`` to output the SQL queries without running them. + .. _encryption_label: Encryption