Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions admin_manual/configuration_database/bigint_identifiers.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========================
BigInt (64bit) identifiers
==========================
======================================
Convert to 64-bit database identifiers
======================================

Nextcloud uses big integers to store identifiers and auto-increment keys in the database.
Because changing columns on huge tables can take quite a while (up to hours or days)
Expand Down
6 changes: 3 additions & 3 deletions admin_manual/configuration_database/db_conversion.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
========================
Converting database type
========================
====================================
Convert to a different database type
====================================

You can convert a SQLite database to a better performing MySQL, MariaDB or
PostgreSQL database with the Nextcloud command line tool. SQLite is good for
Expand Down
8 changes: 4 additions & 4 deletions admin_manual/configuration_database/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
======================
Database configuration
======================
================================
Database setup and configuration
================================

.. toctree::
:maxdepth: 2

db_conversion
linux_database_configuration
mysql_4byte_support
db_conversion
bigint_identifiers
replication
splitting
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
======================
Database configuration
======================
========================
Set up a database server
========================

Nextcloud requires a database in which administrative data is stored. The following databases are currently supported:

Expand Down
6 changes: 3 additions & 3 deletions admin_manual/configuration_database/mysql_4byte_support.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=============================
Enabling MySQL 4-byte support
=============================
=====================================
Enabling MySQL/MariaDB 4-byte support
=====================================

.. note::

Expand Down
6 changes: 3 additions & 3 deletions admin_manual/configuration_database/replication.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===========
Replication
===========
============================
Using database read replicas
============================

.. versionadded:: 29

Expand Down
6 changes: 3 additions & 3 deletions admin_manual/configuration_database/splitting.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===================
Splitting databases
===================
=========================================
Splitting tables or apps across databases
=========================================

.. warning::

Expand Down
Loading