summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/datalake-handler/installation.rst
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2021-05-07 11:18:09 +0530
committerNiranjana <niranjana.y60@wipro.com>2021-05-07 11:18:09 +0530
commit25c8aa0a520c430d06f7cfd9fde5b41bede22262 (patch)
treefe2edc9b80693acf763c5de5ddaa7df9338d1248 /docs/sections/services/datalake-handler/installation.rst
parent71cd2fca2cd9f5969739fd83d951fa08da2e9557 (diff)
Update database change in datalake-handler documentation
Issue-ID: DCAEGEN2-2329 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ia942d2086fd4dea28c91bc39743ed588c73eba77
Diffstat (limited to 'docs/sections/services/datalake-handler/installation.rst')
-rw-r--r--docs/sections/services/datalake-handler/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/services/datalake-handler/installation.rst b/docs/sections/services/datalake-handler/installation.rst
index 00b01d5e..e9215c29 100644
--- a/docs/sections/services/datalake-handler/installation.rst
+++ b/docs/sections/services/datalake-handler/installation.rst
@@ -9,7 +9,7 @@ DL-handler consists of three pods- the feeder, admin UI and des. It can be deplo
Pre-requisite
-------------
-Make sure mariadb-galera from OOM is properly deployed and functional.
+Make sure dcae postgres is properly deployed and functional.
An external database, such as Elasticsearch and MongoDB is deployed. Install mongodb through the following command.
#docker run -itd --restart=always --name dl-mongo -p 27017:27017 mongo