Skip to content

Commit

Permalink
docs: update v15 migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 22, 2023
1 parent d7ca37f commit e55f77f
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions docs/migrating_to_15.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Migrating to Bento v14
# Migrating to Bento v15

TODO
Bento v15 migrates to Phenopackets v2, and as such requires that Phenopackets are updated and re-ingested.

* Clear WES DB
Before updating, perform the following steps:

* Shut down Bento with `./bentoctl.bash stop`
* Remove the Katsu data volume
* Remove the WES data volume

Then, update your instance:

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

Finally, restart Bento:

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

0 comments on commit e55f77f

Please sign in to comment.