Skip to content

Commit bd34ca3

Browse files
committed
chore: updating some text
1 parent fb07ee6 commit bd34ca3

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

docs/install/olake-ui/index.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,8 @@ x-signup-defaults:
107107
To update OLake UI to the latest version, use the following commands based on your setup:
108108
109109
<Tabs queryString="update-ui-version" groupId="olake-ui-docker-update">
110-
<TabItem value="latest" label="Latest (with New Features)" default>
111-
There are two options available to upgrade stack, to upgrade **Ingestion + Maintenance** Stack use **option 1**, and for **Ingestion Only** stack use **option 2**.
112-
:::info
113-
To add Maintenance features in Ingestion Only stack go with option 1 only.
114-
:::
115-
110+
<TabItem value="latest" label="Latest (with New Features)" default>
116111
**Option 1 : Upgrade Ingestion + Maintenance Stack**
117-
118-
Kind node containers for `fusion-cluster` are not Compose services, so they are not removed by `docker compose down`. The one-liner below removes those containers first (Docker only, no Kind CLI), then recreates the stack from the latest Compose file.
119-
120112
```bash
121113
docker ps -aq --filter name=fusion-cluster | xargs -r docker rm -f; curl -sSL https://raw.githubusercontent.com/datazip-inc/olake-ui/master/docker-compose-v1.yml | docker compose --profile fusion -f - down && curl -sSL https://raw.githubusercontent.com/datazip-inc/olake-ui/master/docker-compose-v1.yml | ENABLE_OPTIMIZATION="true" docker compose --profile fusion -f - up -d
122114
```
@@ -132,8 +124,7 @@ To update OLake UI to the latest version, use the following commands based on yo
132124
curl -sSL https://raw.githubusercontent.com/datazip-inc/olake-ui/master/docker-compose-v1.yml | docker compose -f - down && \
133125
curl -sSL https://raw.githubusercontent.com/datazip-inc/olake-ui/master/docker-compose-v1.yml | docker compose -f - up -d
134126
```
135-
136-
127+
**Note: To add Maintenance features in Ingestion Only stack go with option 1 only.**
137128

138129
</TabItem>
139130
<TabItem value="legacy" label="Legacy (with Elasticsearch)">

0 commit comments

Comments
 (0)