From 90891ddb4a188111ae1cb8e85ce25c8aa63cc282 Mon Sep 17 00:00:00 2001 From: Vj-L <102945356+Vj-L@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:55:27 +0530 Subject: [PATCH] Updated the volume document and one community user ticket (#8440) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”> --- .../content/deployment/docker/volumes.md | 11 +++++++++-- .../content/deployment/kubernetes/index.md | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/openmetadata-docs/content/deployment/docker/volumes.md b/openmetadata-docs/content/deployment/docker/volumes.md index c0a2231c00c..f27ff9eb0c9 100644 --- a/openmetadata-docs/content/deployment/docker/volumes.md +++ b/openmetadata-docs/content/deployment/docker/volumes.md @@ -13,8 +13,6 @@ Volumes provide the ability to connect specific filesystem paths of the containe To make changes to the `docker-compose.yaml` file you will need to download it from the release page [here](https://github.com/open-metadata/OpenMetadata/releases). The latest version is at the top of the page -# Docker Volumes - ## Volumes for MYSQL container: Following are the changes we have to do while mounting the directory for mysql in OpenMetadata. - Create a directory to keep your MySQL data or files in the host machine. @@ -58,6 +56,15 @@ Following are the changes we have to do while mounting the directory for ingesti ```commandline mkdir -p /opt/openmetadata/dag_config /opt/openmetadata/dags /opt/openmetadata/secrets ``` +- Remove the below section from the docker-compose.yml file. +Open the file `docker-compose.yml` downloaded from the Release page [Link](https://github.com/open-metadata/OpenMetadata/releases/download/0.12.2-release/docker-compose.yml) . + +```commandline +volumes: + ingestion-volume-dag-airflow: + ingestion-volume-dags: + ingestion-volume-tmp: +``` - Update or add the volume in the docker-compose.yml file. Open the file `docker-compose.yml` downloaded from the Release page [Link](https://github.com/open-metadata/OpenMetadata/releases/download/0.12.2-release/docker-compose.yml) . diff --git a/openmetadata-docs/content/deployment/kubernetes/index.md b/openmetadata-docs/content/deployment/kubernetes/index.md index 2beff47dea1..a3332795f7b 100644 --- a/openmetadata-docs/content/deployment/kubernetes/index.md +++ b/openmetadata-docs/content/deployment/kubernetes/index.md @@ -197,7 +197,7 @@ If you are running OpenMetadata in AWS, it is recommended to use [Amazon RDS](ht We support - Amazon RDS (MySQL) engine version upto 8.0.29 -- Amazon OpenSearch (ElasticSearch) engine version upto 7.1 or Amazon OpenSearch engine version upto 1.3 +- Amazon OpenSearch (ElasticSearch) engine version upto 7.10 or Amazon OpenSearch engine version upto 1.3 - Amazon RDS (PostgreSQL) engine version upto 14.2-R1 For Production Systems, we recommend Amazon RDS to be in Multiple Availibility Zones. For Amazon OpenSearch (or ElasticSearch) Service, we recommend Multiple Availibility Zones with minimum 3 Master Nodes.