From 5ae8ff4f9669eb6e5ee454e85a4786a2ad89fba6 Mon Sep 17 00:00:00 2001 From: Walter Date: Tue, 21 Jan 2025 22:15:41 +0800 Subject: [PATCH] Update Community Deployment --- docs/installation/install-tapdata-community.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation/install-tapdata-community.md b/docs/installation/install-tapdata-community.md index 65bbe096..bab5a31d 100644 --- a/docs/installation/install-tapdata-community.md +++ b/docs/installation/install-tapdata-community.md @@ -90,7 +90,9 @@ TapData Community includes the following main components: For example, for version 3.5.16, the command would be: `tar -zxvf tapdata-v3.5.16-663b7b11.tar.gz && cd tapdata` -3. Execute the following command to specify the MongoDB [URI connection string](https://www.mongodb.com/docs/v5.0/reference/connection-string/#standard-connection-string-format). TapData will use this MongoDB to store metadata and task configurations: +3. [Install MongoDB](../administration/production-deploy/install-replica-mongodb.md) (version 4.0 or later). TapData will use it as an intermediary database to store tasks and metadata. + +3. Execute the following command to specify the [URI connection string](https://www.mongodb.com/docs/v5.0/reference/connection-string/#standard-connection-string-format) of the MongoDB instance you just deployed. ```bash export MONGO_URI='mongodb://{admin}:{password}@{host}:{port}/{database_name}?replicaSet={replica_name}&authSource=admin'