From 9fed6bbb7357d0a5c23db24d29d30bc3ed8c7082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCller?= <28591861+alexanderdd@users.noreply.github.com> Date: Thu, 14 Aug 2025 08:18:22 -0500 Subject: [PATCH] fix command (replace "=" with " ") MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reported by a customer, confirmed by Björn Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com> --- admin_manual/installation/command_line_installation.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/admin_manual/installation/command_line_installation.rst b/admin_manual/installation/command_line_installation.rst index 00ab3a9a4d3..57cf963fafe 100644 --- a/admin_manual/installation/command_line_installation.rst +++ b/admin_manual/installation/command_line_installation.rst @@ -20,11 +20,9 @@ of running the graphical Installation Wizard:: $ cd /var/www/nextcloud/ $ sudo -E -u www-data php occ maintenance:install \ - --database='mysql' --database-name='nextcloud' \ - --database-user='root' --database-pass='password' \ - --admin-user='admin' --admin-pass='password' - Nextcloud is not installed - only a limited number of commands are available - Nextcloud was successfully installed + --database 'mysql' --database-name 'nextcloud' \ + --database-user 'root' --database-pass 'password' \ + --admin-user 'admin' --admin-pass 'password' Note that you must change to the root Nextcloud directory, as in the example above, to run ``occ maintenance:install``, or the installation will fail with