mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
Updated the volume document and one community user ticket (#8440)
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
This commit is contained in:
parent
8aac249e86
commit
90891ddb4a
@ -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
|
||||
</Note>
|
||||
|
||||
# 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) .
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user