Skip to content

Commit

Permalink
docs: add migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 26, 2024
1 parent 76bba8a commit 4d39819
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ that make up the Bento platform.

### Migration documents

* [v17 to v17.1](./docs/migrating_to_17_1.md)
* [v16 to v17](./docs/migrating_to_17.md)
* [v15.2 to v16](./docs/migrating_to_16.md)
* [v15.1 to v15.2](./docs/migrating_to_15_2.md)
Expand Down
14 changes: 14 additions & 0 deletions docs/migrating_to_17_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Migrating to Bento v17.1

Migrating to version 17.1 from version 17 should be straightforward.
Check out our new documentation on [using a reverse proxy in front of Bento](./reverse-proxy.md)!


## 1. Update services and restart

Run the following commands to pull the latest service images and restart services as needed:

```bash
./bentoctl.bash pull
./bentoctl.bash start
```

0 comments on commit 4d39819

Please sign in to comment.