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

Updates for mc RELEASE.2023-01-11T03-14-16Z (#704)

- Adds info on `mc mirror` continuing after a failed object sync [PR
4427](https://github.com/minio/mc/pull/4427)
- Adds addition call type to `mc admin trace` [PR
4416](https://github.com/minio/mc/pull/4416)
- Adds info about changed default file behavior for `mc support inspect`
[PR 4420](https://github.com/minio/mc/pull/4420)
- Concurrent upload support for `mc pipe` [PR
4435](https://github.com/minio/mc/pull/4435)
- Renames two `mc admin replicate` subcommands [PR
4383](https://github.com/minio/mc/pull/4383)
- Updates behavior of `mc license update` to no longer require license
file [PR 4429](https://github.com/minio/mc/pull/4429)
- New flag for `mc admin update` to bypass confirmation prompt [PR
4439](https://github.com/minio/mc/pull/4427)

There is no doc issue to track this update.
This commit is contained in:
Daryl White
2023-01-17 13:19:53 -06:00
committed by GitHub
parent 3559267dea
commit b0a97ce1f4
10 changed files with 88 additions and 37 deletions

View File

@ -434,11 +434,11 @@ If a peer site changes its hostname, you can modify the replication configuratio
mc admin replicate info <ALIAS>
#. Update the site's endpoint with :mc-cmd:`mc admin replicate edit`
#. Update the site's endpoint with :mc-cmd:`mc admin replicate update`
.. code-block:: shell
mc admin replicate edit ALIAS --deployment-id [DEPLOYMENT-ID] --endpoint [NEW-ENDPOINT]
mc admin replicate update ALIAS --deployment-id [DEPLOYMENT-ID] --endpoint [NEW-ENDPOINT]
Replace [DEPLOYMENT-ID] with the deployment ID of the site to update.
@ -482,11 +482,11 @@ You can re-add the site at a later date, but you must first completely wipe buck
.. tab-item:: Command Line
:sync: cli
Use :mc-cmd:`mc admin replicate remove`
Use :mc-cmd:`mc admin replicate rm`
.. code-block:: shell
mc admin replicate remove ALIAS PEER_TO_REMOVE --force
mc admin replicate rm ALIAS PEER_TO_REMOVE --force
- Replace ``ALIAS`` with the :ref:`alias <alias>` of any peer site in the replication configuration.