Remove links to removed section

* followup to #538
* fixes #613

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2017-11-24 13:34:35 +01:00
parent 40f9340e17
commit 7583fba016
4 changed files with 1 additions and 44 deletions

View File

@@ -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`.

View File

@@ -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

View File

@@ -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`)

View File

@@ -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::