# Upgrade to 2.8.0beta11 fails on multisite due to code review plugin

**URL:** https://meta.discourse.org/t/upgrade-to-2-8-0beta11-fails-on-multisite-due-to-code-review-plugin/214768
**Category:** Support
**Created:** [January 13, 2022, 5:56pm UTC](https://meta.discourse.org/t/upgrade-to-2-8-0beta11-fails-on-multisite-due-to-code-review-plugin/214768 "2022-01-13T17:56:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hellekin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hellekin/32/51636_2.png) [@hellekin](https://meta.discourse.org/u/hellekin)
#### Post date: [January 13, 2022, 5:56pm UTC](https://meta.discourse.org/t/upgrade-to-2-8-0beta11-fails-on-multisite-due-to-code-review-plugin/214768/1 "2022-01-13T17:56:00Z")

</div>

The latest (security) release upgrade works fine on single site instances, but fails on a multisite install.

Log does not give much clue about the exact error:

```plaintext
FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && sudo -E -u discourse bundle exec rake multisite:migrate failed with return #<Process::Status: pid 3978 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec failed with the params "cd /var/www/discourse && sudo -E -u discourse bundle exec rake multisite:migrate"
617ffe76bfeb2b963c76d3205013104c31e050e9974c1b3feae790063767ea55
**FAILED TO BOOTSTRAP** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.

```

It might be related to the code review plugin if it’s not configured…

* * *

Confirmed: commenting out the plugin makes the upgrade complete successfully. Not sure what happens though.
