From 25c8aa0a520c430d06f7cfd9fde5b41bede22262 Mon Sep 17 00:00:00 2001 From: Niranjana Date: Fri, 7 May 2021 11:18:09 +0530 Subject: Update database change in datalake-handler documentation Issue-ID: DCAEGEN2-2329 Signed-off-by: Niranjana Change-Id: Ia942d2086fd4dea28c91bc39743ed588c73eba77 --- docs/sections/services/datalake-handler/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sections/services/datalake-handler/installation.rst') 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 -- cgit 1.2.3-korg