Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 565 Bytes

migrating_to_15_1.md

File metadata and controls

28 lines (17 loc) · 565 Bytes

Migrating to Bento v15.1

Migrating to version 15.1 from version 15 should be straightforward.

1. Update bentoctl Python requirements

Make sure you've entered into the bentoctl Python virtual environment, if you've set one up:

source env/bin/activate

Then, install the latest requirements / module versions:

pip install -r requirements.txt

2. Update services and restart

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

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