summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/datalake-handler/installation.rst
diff options
context:
space:
mode:
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