Jump to >

Upgrading Review Board

Upgrading Review Board is simple. It’s essentially a three-step process.

  1. Upgrade Review Board by running:

    $ pip3 install -U ReviewBoard
    

    This may need to be done as root, or using sudo, depending on your setup.

  2. Upgrade your site directory.

  3. Restart your web server.

If you’re on Linux and behind a proxy server, see the installation instructions for Using a HTTP Proxy.