-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76bba8a
commit 4d39819
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |