From e15ff770692c92befdf613b680ba3b657d904538 Mon Sep 17 00:00:00 2001 From: Matthew Setter Date: Mon, 27 Jan 2020 11:41:16 +0100 Subject: [PATCH] Temporarily remove the database conversion command This change is being made because the database conversion command is currently broken. When https://github.com/owncloud/core/issues/27075 is merged, this command can be re-enabled. This fixes #2254. --- .../admin_manual/pages/configuration/server/occ_command.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/admin_manual/pages/configuration/server/occ_command.adoc b/modules/admin_manual/pages/configuration/server/occ_command.adoc index 8ec267c2b5..9c625ab18d 100644 --- a/modules/admin_manual/pages/configuration/server/occ_command.adoc +++ b/modules/admin_manual/pages/configuration/server/occ_command.adoc @@ -168,7 +168,8 @@ include::./occ_command/dav_commands.adoc[leveloffset=+2] include::./occ_command/database_conversion_commands.adoc[leveloffset=+2] -include::./occ_command/encryption_commands.adoc[leveloffset=+2] +// Temporarily commenting out until https://github.com/owncloud/core/issues/27075 is merged. +//include::./occ_command/encryption_commands.adoc[leveloffset=+2] include::./occ_command/federation_sync_commands.adoc[leveloffset=+2]