mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
download rpm as minio.rpm not minio.deb (#594)
This commit is contained in:
@ -67,7 +67,7 @@ For infrastructure managed by tools such as Ansible or Terraform, defer to your
|
||||
:class: copyable
|
||||
:substitutions:
|
||||
|
||||
curl |minio-rpm| --output minio.rpm
|
||||
curl |minio-rpm| -O minio.rpm
|
||||
sudo dnf update minio.rpm
|
||||
|
||||
.. tab-item:: DEB (Debian/Ubuntu)
|
||||
@ -80,7 +80,7 @@ For infrastructure managed by tools such as Ansible or Terraform, defer to your
|
||||
:class: copyable
|
||||
:substitutions:
|
||||
|
||||
curl |minio-deb| --output minio.deb
|
||||
curl |minio-deb| -O minio.deb
|
||||
sudo dpkg -i minio.deb
|
||||
|
||||
.. tab-item:: Binary
|
||||
@ -276,4 +276,4 @@ non-disruptive to applications and ongoing operations.
|
||||
|
||||
Do **not** perform "rolling" (e.g. one node at a time) restarts.
|
||||
|
||||
.. end-nondisruptive-upgrade-desc
|
||||
.. end-nondisruptive-upgrade-desc
|
||||
|
@ -18,7 +18,7 @@ recommends using RPM or DEB installation routes.
|
||||
:class: copyable
|
||||
:substitutions:
|
||||
|
||||
wget |minio-rpm| -O minio.deb
|
||||
wget |minio-rpm| -O minio.rpm
|
||||
sudo dnf install minio.rpm
|
||||
|
||||
.. tab-item:: DEB (Debian/Ubuntu)
|
||||
@ -113,7 +113,7 @@ operating systems using RPM, DEB, or binary:
|
||||
:class: copyable
|
||||
:substitutions:
|
||||
|
||||
wget |minio-rpm| -O minio.deb
|
||||
wget |minio-rpm| -O minio.rpm
|
||||
sudo dnf update minio.rpm
|
||||
|
||||
.. tab-item:: DEB (Debian/Ubuntu)
|
||||
@ -257,4 +257,4 @@ MinIO may log an increased number of non-critical warnings while the
|
||||
server processes connect and synchronize. These warnings are typically
|
||||
transient and should resolve as the deployment comes online.
|
||||
|
||||
.. end-install-minio-restart-service-desc
|
||||
.. end-install-minio-restart-service-desc
|
||||
|
@ -19,7 +19,7 @@ recommends using RPM or DEB installation routes.
|
||||
:class: copyable
|
||||
:substitutions:
|
||||
|
||||
wget |minio-rpm| -O minio.deb
|
||||
wget |minio-rpm| -O minio.rpm
|
||||
sudo dnf install minio.rpm
|
||||
|
||||
.. tab-item:: DEB (Debian/Ubuntu)
|
||||
@ -93,4 +93,4 @@ For applications, use the :guilabel:`API` addresses to access the MinIO
|
||||
server and perform S3 operations.
|
||||
|
||||
The following steps are optional but recommended for further securing the
|
||||
MinIO deployment.
|
||||
MinIO deployment.
|
||||
|
Reference in New Issue
Block a user