1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

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
This commit is contained in:
Andrea Longo
2023-04-19 13:56:05 -06:00
committed by GitHub
parent f05c657e99
commit ed88e699ab
4 changed files with 16 additions and 17 deletions

View File

@ -1,10 +1,9 @@
.. start-install-minio-binary-desc .. start-install-minio-binary-desc
The following tabs provide examples of installing MinIO onto 64-bit Linux The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary.
operating systems using RPM, DEB, or binary. The RPM and DEB packages The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``.
automatically install MinIO to the necessary system paths and create a MinIO strongly recommends using the RPM or DEB installation routes.
``systemd`` service file for running MinIO automatically. MinIO strongly To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`.
recommends using RPM or DEB installation routes.
.. tab-set:: .. tab-set::

View File

@ -42,9 +42,10 @@ commands *may* work as documented, any such usage is at your own risk.
- Brackets ``[]`` indicate optional parameters. - Brackets ``[]`` indicate optional parameters.
- Parameters sharing a line are mutually dependent. - 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 Copy the example to a text editor and modify as-needed before running the
command in the terminal/shell. 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 .. end-minio-syntax

View File

@ -1,11 +1,9 @@
.. start-install-minio-binary-desc .. start-install-minio-binary-desc
The following tabs provide examples of installing MinIO onto 64-bit Linux The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary.
operating systems using RPM, DEB, or binary. The RPM and DEB packages The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``.
automatically install MinIO to the necessary system paths and create a MinIO strongly recommends using the RPM or DEB installation routes.
``systemd`` service file for running MinIO automatically. MinIO strongly To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`.
recommends using RPM or DEB installation routes.
.. dropdown:: amd64 (Intel or AMD 64-bit processors) .. dropdown:: amd64 (Intel or AMD 64-bit processors)
:open: :open:
@ -275,6 +273,8 @@ group on the system host with the necessary access and permissions.
MinIO publishes additional startup script examples on MinIO publishes additional startup script examples on
:minio-git:`github.com/minio/minio-service <minio-service>`. :minio-git:`github.com/minio/minio-service <minio-service>`.
To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`.
.. end-install-minio-systemd-desc .. end-install-minio-systemd-desc
.. start-install-minio-start-service-desc .. start-install-minio-start-service-desc

View File

@ -1,11 +1,10 @@
1) Download the MinIO Server 1) Download the MinIO Server
---------------------------- ----------------------------
The following tabs provide examples of installing MinIO onto 64-bit Linux The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary.
operating systems using RPM, DEB, or binary. The RPM and DEB packages The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``.
automatically install MinIO to the necessary system paths and create a MinIO strongly recommends using the RPM or DEB installation routes.
``systemd`` service file for running MinIO automatically. MinIO strongly To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`.
recommends using RPM or DEB installation routes.
.. tab-set:: .. tab-set::