From ed88e699ab12bfd28b73e634645b4d8699162ec2 Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Wed, 19 Apr 2023 13:56:05 -0600 Subject: [PATCH] Link to systemctl update docs in rpm/deb install instructions (#822) The update instructions in the "You are running an older version" banner are not correct for systemd managed deployments (also the process recommended for rpm/deb installs). Link to the correct update procedure in the install docs. This is not intended to be comprehensive, just pointers for future-admin who might have forgotten. Staged: http://192.241.195.202:9000/staging/deb-upgrades/linux/html/operations/install-deploy-manage/deploy-minio-single-node-single-drive.html#download-the-minio-server --- source/includes/common-installation.rst | 9 ++++----- source/includes/common-minio-mc.rst | 3 ++- source/includes/linux/common-installation.rst | 12 ++++++------ source/includes/linux/deploy-standalone.rst | 9 ++++----- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/source/includes/common-installation.rst b/source/includes/common-installation.rst index 06599d36..5c870e99 100644 --- a/source/includes/common-installation.rst +++ b/source/includes/common-installation.rst @@ -1,10 +1,9 @@ .. start-install-minio-binary-desc -The following tabs provide examples of installing MinIO onto 64-bit Linux -operating systems using RPM, DEB, or binary. The RPM and DEB packages -automatically install MinIO to the necessary system paths and create a -``systemd`` service file for running MinIO automatically. MinIO strongly -recommends using RPM or DEB installation routes. +The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary. +The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``. +MinIO strongly recommends using the RPM or DEB installation routes. +To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`. .. tab-set:: diff --git a/source/includes/common-minio-mc.rst b/source/includes/common-minio-mc.rst index 34ab93d1..1efde284 100644 --- a/source/includes/common-minio-mc.rst +++ b/source/includes/common-minio-mc.rst @@ -42,9 +42,10 @@ commands *may* work as documented, any such usage is at your own risk. - Brackets ``[]`` indicate optional parameters. - Parameters sharing a line are mutually dependent. -- Parameters seperated using the pipe ``|`` operator are mutually exclusive. +- Parameters separated using the pipe ``|`` operator are mutually exclusive. Copy the example to a text editor and modify as-needed before running the command in the terminal/shell. +You may need to use ``sudo`` if your user does not have write permissions for the path where ``mc`` is installed. .. end-minio-syntax diff --git a/source/includes/linux/common-installation.rst b/source/includes/linux/common-installation.rst index 6ae9e310..64674caa 100644 --- a/source/includes/linux/common-installation.rst +++ b/source/includes/linux/common-installation.rst @@ -1,11 +1,9 @@ .. start-install-minio-binary-desc -The following tabs provide examples of installing MinIO onto 64-bit Linux -operating systems using RPM, DEB, or binary. The RPM and DEB packages -automatically install MinIO to the necessary system paths and create a -``systemd`` service file for running MinIO automatically. MinIO strongly -recommends using RPM or DEB installation routes. - +The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary. +The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``. +MinIO strongly recommends using the RPM or DEB installation routes. +To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`. .. dropdown:: amd64 (Intel or AMD 64-bit processors) :open: @@ -275,6 +273,8 @@ group on the system host with the necessary access and permissions. MinIO publishes additional startup script examples on :minio-git:`github.com/minio/minio-service `. +To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`. + .. end-install-minio-systemd-desc .. start-install-minio-start-service-desc diff --git a/source/includes/linux/deploy-standalone.rst b/source/includes/linux/deploy-standalone.rst index 6a3330dc..6be55323 100644 --- a/source/includes/linux/deploy-standalone.rst +++ b/source/includes/linux/deploy-standalone.rst @@ -1,11 +1,10 @@ 1) Download the MinIO Server ---------------------------- -The following tabs provide examples of installing MinIO onto 64-bit Linux -operating systems using RPM, DEB, or binary. The RPM and DEB packages -automatically install MinIO to the necessary system paths and create a -``systemd`` service file for running MinIO automatically. MinIO strongly -recommends using RPM or DEB installation routes. +The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary. +The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``. +MinIO strongly recommends using the RPM or DEB installation routes. +To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`. .. tab-set::