mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-05 12:07:16 +00:00
fix two hardcoded reference to old version number (#7991)
This commit is contained in:
parent
12d97423f7
commit
b6ba929046
@ -26,7 +26,7 @@ wget https://github.com/open-metadata/OpenMetadata/releases/download/{version}-r
|
|||||||
```
|
```
|
||||||
or if you wish to use postgres as the database
|
or if you wish to use postgres as the database
|
||||||
```
|
```
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/0.12.0-release/docker-compose-postgres.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/{version}-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Backup your Data [IMPORTANT]
|
### 2. Backup your Data [IMPORTANT]
|
||||||
|
|||||||
@ -305,7 +305,7 @@ you can always run `docker compose` manually after picking up the latest `docker
|
|||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
mkdir openmetadata && cd "$_"
|
mkdir openmetadata && cd "$_"
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/0.11.3-release/docker-compose.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/{version}-release/docker-compose.yml
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user