Skip to content

Commit

Permalink
Update upgrading-airbyte.md (#26850)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkmh committed Jun 2, 2023
1 parent 592b050 commit 9233e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operator-guides/upgrading-airbyte.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ Airbyte version 0.40.27 or later requires [Docker Compose V2](https://docs.docke

i. If you are running Airbyte from a cloned version of the Airbyte GitHub repo and want to use the current most recent stable version, just `git pull`.

ii. If you are running Airbyte from downloaded `docker-compose.yaml` and `.env` files without a GitHub repo, run `wget -N https://raw.githubusercontent.com/airbytehq/airbyte-platform/main/{.env,flags.yml,docker-compose.yaml}` to pull the latest versions and overwrite both files.
ii. If you are running Airbyte from downloaded `docker-compose.yaml` and `.env` files without a GitHub repo, run `wget https://raw.githubusercontent.com/airbytehq/airbyte/master/run-ab-platform.sh` to download the installation script.

3. Bring Airbyte back online.
3. Bring Airbyte back online, optionally with the `-b` flag to run the containers in the background (docker detached mode).

```bash
docker compose up
./run-ab-platform.sh -b
```

### Resetting your Configuration
Expand Down

0 comments on commit 9233e89

Please sign in to comment.