mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-05 03:54:23 +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
|
||||
```
|
||||
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]
|
||||
|
||||
@ -305,7 +305,7 @@ you can always run `docker compose` manually after picking up the latest `docker
|
||||
|
||||
```commandline
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user