From 7583fba0168e330f6228e3ac772ccafd29e260b7 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 24 Nov 2017 13:34:35 +0100 Subject: [PATCH] Remove links to removed section * followup to #538 * fixes #613 Signed-off-by: Morris Jobke --- .../installation/command_line_installation.rst | 13 ------------- .../installation/source_installation.rst | 16 ---------------- .../installation/system_requirements.rst | 2 +- admin_manual/maintenance/manual_upgrade.rst | 14 -------------- 4 files changed, 1 insertion(+), 44 deletions(-) diff --git a/admin_manual/installation/command_line_installation.rst b/admin_manual/installation/command_line_installation.rst index 3cf85f760..bdd1f0dfe 100644 --- a/admin_manual/installation/command_line_installation.rst +++ b/admin_manual/installation/command_line_installation.rst @@ -38,16 +38,3 @@ Supported databases are:: See :ref:`command_line_installation_label` for more information. -BINLOG_FORMAT = STATEMENT -------------------------- - -If your Nextcloud installation fails and you see this in your Nextcloud log:: - - An unhandled exception has been thrown: exception ‘PDOException’ with message - 'SQLSTATE[HY000]: General error: 1665 Cannot execute statement: impossible to - write to binary log since BINLOG_FORMAT = STATEMENT and at least one table - uses a storage engine limited to row-based logging. InnoDB is limited to - row-logging when transaction isolation level is READ COMMITTED or READ - UNCOMMITTED.' - -See :ref:`db-binlog-label`. diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 5ece3127a..7928ae1f3 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -222,22 +222,6 @@ Now download the archive of the latest Nextcloud version: On other HTTP servers it is recommended to install Nextcloud outside of the document root. -.. _binlog_format_label: - -BINLOG_FORMAT = STATEMENT -------------------------- - -If your Nextcloud installation fails and you see this in your Nextcloud log:: - - An unhandled exception has been thrown: exception ‘PDOException’ with message - 'SQLSTATE[HY000]: General error: 1665 Cannot execute statement: impossible to - write to binary log since BINLOG_FORMAT = STATEMENT and at least one table - uses a storage engine limited to row-based logging. InnoDB is limited to - row-logging when transaction isolation level is READ COMMITTED or READ - UNCOMMITTED.' - -See :ref:`db-binlog-label`. - .. _apache_configuration_label: Apache Web server configuration diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 1c0aea97e..5d2c21b9f 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -43,7 +43,7 @@ Database requirements for MySQL / MariaDB The following is currently required if you're running Nextcloud together with a MySQL / MariaDB database: -* Disabled or BINLOG_FORMAT = MIXED configured Binary Logging (See: :ref:`db-binlog-label`) +* Disabled or BINLOG_FORMAT = MIXED configured Binary Logging * InnoDB storage engine (MyISAM is not supported) * "READ COMMITED" transaction isolation level (See: :ref:`db-transaction-label`) diff --git a/admin_manual/maintenance/manual_upgrade.rst b/admin_manual/maintenance/manual_upgrade.rst index ea6915e24..7a1c8c769 100644 --- a/admin_manual/maintenance/manual_upgrade.rst +++ b/admin_manual/maintenance/manual_upgrade.rst @@ -68,20 +68,6 @@ You'll find previous Nextcloud releases in the `Nextcloud Server Changelog Troubleshooting --------------- -When upgrading Nextcloud and you are running MySQL or MariaDB with binary -logging -enabled, your upgrade may fail with these errors in your MySQL/MariaDB log:: - - An unhandled exception has been thrown: - exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1665 - Cannot execute statement: impossible to write to binary log since - BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited - to row-based logging. InnoDB is limited to row-logging when transaction - isolation level is READ COMMITTED or READ UNCOMMITTED.' - -Please refer to :ref:`db-binlog-label` on how to correctly configure your -environment. - Occasionally, *files do not show up after a upgrade*. A rescan of the files can help::