Skip to content

Commit

Permalink
docs: fix missing step in v15 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 14, 2024
1 parent 7af8f42 commit eb5a325
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/migrating_to_15.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,19 @@ Before updating, perform the following steps:
```


## 4. Restart Bento
## 4. Set new environment variables

In `local.env`, set a secure value for `BENTO_REFERENCE_DB_PASSWORD`.


## 5. Restart Bento

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


## 5. Add permissions
## 6. Add permissions

Add permissions as needed for reference service content management:

Expand Down

0 comments on commit eb5a325

Please sign in to comment.