mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Improve sidebar headings
* remove term Nextcloud in headings - it only adds noise * unify headings to have them grouped by wording (Upgrade ...) * reduce the length of headings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
==============================
|
||||
Nextcloud Server Configuration
|
||||
==============================
|
||||
====================
|
||||
Server Configuration
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
=======================
|
||||
Nextcloud Server Tuning
|
||||
=======================
|
||||
=============
|
||||
Server Tuning
|
||||
=============
|
||||
|
||||
Using cron to perform background jobs
|
||||
-------------------------------------
|
||||
|
||||
@@ -8,7 +8,7 @@ applications.
|
||||
Supported Apps
|
||||
--------------
|
||||
|
||||
See :doc:`apps_supported` for a list of supported Enterprise edition apps.
|
||||
See :doc:`apps_supported` for a list of supported apps.
|
||||
|
||||
Viewing Enabled Apps
|
||||
--------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
===========================
|
||||
Supported Apps in Nextcloud
|
||||
===========================
|
||||
==============
|
||||
Supported Apps
|
||||
==============
|
||||
|
||||
AGPL Apps
|
||||
---------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
==========================================
|
||||
Installing Nextcloud from the Command Line
|
||||
==========================================
|
||||
============================
|
||||
Installing from Command Line
|
||||
============================
|
||||
|
||||
It is now possible to install Nextcloud entirely from the command line. This is
|
||||
convenient for scripted operations, headless servers, and sysadmins who prefer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
====================================
|
||||
Nextcloud Deployment Recommendations
|
||||
====================================
|
||||
==========================
|
||||
Deployment Recommendations
|
||||
==========================
|
||||
|
||||
What is the best way to install and maintain Nextcloud? The answer to that is
|
||||
*"it depends"* because every Nextcloud customer has their own
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
====================
|
||||
Backing up Nextcloud
|
||||
====================
|
||||
======
|
||||
Backup
|
||||
======
|
||||
|
||||
To backup an Nextcloud installation there are four main things you need to retain:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
==============================
|
||||
Maintenance Mode Configuration
|
||||
==============================
|
||||
================
|
||||
Maintenance Mode
|
||||
================
|
||||
|
||||
You must put your Nextcloud server into maintenance mode before performing
|
||||
upgrades, and for performing troubleshooting and maintenance. Please
|
||||
|
||||
@@ -7,10 +7,10 @@ Maintenance
|
||||
|
||||
enable_maintenance
|
||||
backup
|
||||
restore
|
||||
upgrade
|
||||
package_upgrade
|
||||
update
|
||||
manual_upgrade
|
||||
restore
|
||||
package_upgrade
|
||||
migrating
|
||||
mysql_4byte_support
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
========================
|
||||
Manual Nextcloud Upgrade
|
||||
========================
|
||||
================
|
||||
Upgrade Manually
|
||||
================
|
||||
|
||||
Always start by making a fresh backup and disabling all 3rd party apps.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
===============================
|
||||
Upgrade Nextcloud From Packages
|
||||
===============================
|
||||
====================
|
||||
Upgrade via Packages
|
||||
====================
|
||||
|
||||
|
||||
Upgrade Quickstart
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
===================
|
||||
Restoring Nextcloud
|
||||
===================
|
||||
================
|
||||
Restoring Backup
|
||||
================
|
||||
|
||||
To restore a Nextcloud installation there are four main things you need to
|
||||
restore:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
==========================================
|
||||
Upgrading Nextcloud with the Nextcloud App
|
||||
==========================================
|
||||
============================
|
||||
Upgrade via build-in Updater
|
||||
============================
|
||||
|
||||
The Updater app automates many of the steps of upgrading an Nextcloud
|
||||
installation. It is useful for installations that do not have root access,
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
====================================
|
||||
How to Upgrade Your Nextcloud Server
|
||||
====================================
|
||||
==============
|
||||
How to Upgrade
|
||||
==============
|
||||
|
||||
There are three ways to upgrade your Nextcloud server:
|
||||
|
||||
* With the :doc:`Updater App <update>`.
|
||||
* :doc:`Manually upgrading <manual_upgrade>` with the Nextcloud ``.tar`` archive
|
||||
from our `Download page <https://nextcloud.com/install/>`_.
|
||||
* :doc:`Upgrading <package_upgrade>` via the snap packages.
|
||||
* Manually upgrading is also an option for users on shared hosting; download
|
||||
and unpack the Nextcloud tarball to your PC. Delete your existing Nextcloud
|
||||
files, except ``data/`` and ``config/`` files, on your hosting account. Then
|
||||
|
||||
Reference in New Issue
Block a user