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

Don't recommend /home/events for queue path (#891)

Missing commit from https://github.com/minio/docs/pull/883
This commit is contained in:
Andrea Longo
2023-06-19 14:51:02 -06:00
committed by GitHub
parent 45d18ddef8
commit 91ffb04078

View File

@ -93,7 +93,7 @@ Specify ``2`` to set the delivery mode to persistent queue.
.. start-minio-notify-amqp-queue-dir .. start-minio-notify-amqp-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the AMQP MinIO stores undelivered events in the specified store while the AMQP
service is offline and replays the stored events when connectivity resumes. service is offline and replays the stored events when connectivity resumes.
@ -202,7 +202,7 @@ supports the following units of time measurement:
.. start-minio-notify-mqtt-queue-dir .. start-minio-notify-mqtt-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the MQTT MinIO stores undelivered events in the specified store while the MQTT
server/broker is offline and replays the stored events when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
@ -299,7 +299,7 @@ Specify the maximum limit for undelivered messages. Defaults to ``100000``.
.. start-minio-notify-elasticsearch-queue-dir .. start-minio-notify-elasticsearch-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the Elasticsearch MinIO stores undelivered events in the specified store while the Elasticsearch
service is offline and replays the stored events when connectivity resumes. service is offline and replays the stored events when connectivity resumes.
@ -357,7 +357,7 @@ Enables or disables TLS verification of the NSQ service broker TLS certificates.
.. start-minio-notify-nsq-queue-dir .. start-minio-notify-nsq-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the NSQ MinIO stores undelivered events in the specified store while the NSQ
server/broker is offline and replays the stored events when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
@ -436,7 +436,7 @@ Specify the password for the Redis server.
.. start-minio-notify-redis-queue-dir .. start-minio-notify-redis-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the Redis MinIO stores undelivered events in the specified store while the Redis
server/broker is offline and replays the stored events when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
@ -581,7 +581,7 @@ authentication to the NATS service endpoint.
.. start-minio-notify-nats-queue-dir .. start-minio-notify-nats-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the NATS MinIO stores undelivered events in the specified store while the NATS
server/broker is offline and replays the stored events when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
@ -669,7 +669,7 @@ Defaults to ``2``.
.. start-minio-notify-postgresql-queue-dir .. start-minio-notify-postgresql-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the PostgreSQL MinIO stores undelivered events in the specified store while the PostgreSQL
server/broker is offline and replays the stored events when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
@ -768,7 +768,7 @@ Defaults to ``2``.
.. start-minio-notify-mysql-queue-dir .. start-minio-notify-mysql-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the MySQL MinIO stores undelivered events in the specified store while the MySQL
server/broker is offline and replays the stored events when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
@ -923,7 +923,7 @@ more information on this field's behavior.
.. start-minio-notify-kafka-queue-dir .. start-minio-notify-kafka-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the Kafka MinIO stores undelivered events in the specified store while the Kafka
server/broker is offline and replays the stored events when connectivity resumes. server/broker is offline and replays the stored events when connectivity resumes.
@ -989,7 +989,7 @@ mTLS authentication to the webhook service.
.. start-minio-notify-webhook-queue-dir .. start-minio-notify-webhook-queue-dir
Specify the directory path to enable MinIO's persistent event store for Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/home/events``. undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the webhook MinIO stores undelivered events in the specified store while the webhook
service is offline and replays the stored events when connectivity resumes. service is offline and replays the stored events when connectivity resumes.