Help fund Review Board development! Donate today.

This documentation covers the in-development release of Review Board. You can see the latest stable docs or all previous versions.

Upgrading Review BoardΒΆ

Upgrading Review Board is pretty simple. It’s essentially a three-step (optionally four-step) process.

  1. Upgrade Review Board by running:

    $ easy_install -U ReviewBoard
  2. Upgrade each installed site. See Upgrading Sites.

  3. Restart your web server.

  4. Restart memcached, if installed.