Skip to content

Commit

Permalink
docs(changelog): add an extra note about release 17 long running migr…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
djwhitt committed Sep 10, 2024
1 parent 5950f8e commit f765a76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Release 17] - 2024-09-09

### Notes

- This release includes a **LONG RUNNING MIGRATION**. Your node may appear
unresponsive while it is running. It is best to wait for it to complete. If
it fails or is interrupted, removing your SQLite DBs (in `data/sqlite` by
default) should resolve the issue, provided you are willing to lose your
GraphQL index and let your node rebuild it.

### Fixed

- Use the correct environment variable to populate WEBHOOK_BLOCK_FILTER in
Expand Down

0 comments on commit f765a76

Please sign in to comment.