# Failed to Bootstrap after upgrade

**URL:** https://meta.discourse.org/t/failed-to-bootstrap-after-upgrade/280283
**Category:** Self-hosting
**Created:** [September 27, 2023, 9:43am UTC](https://meta.discourse.org/t/failed-to-bootstrap-after-upgrade/280283 "2023-09-27T09:43:19Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [September 27, 2023, 10:00am UTC](https://meta.discourse.org/t/failed-to-bootstrap-after-upgrade/280283/4 "2023-09-27T10:00:29Z")

</div>

Yes, this broke yesterday due to an updated dependency in core, the PR is already on my to-do-list and will be available later today or tomorrow.

quick fixes:  
Option 1 check out Discourse `91c94f` which is the commit before the breaking change  
Option 2 change `gem 'ffi', '1.15.5', require: false` in the [plugin](https://github.com/communiteq/discourse-migratepassword/blob/master/plugin.rb#L28) to `gem 'ffi', '1.16.2', require: false`

---

_[View the full topic](https://meta.discourse.org/t/failed-to-bootstrap-after-upgrade/280283)._
