Upgrading Review Board¶
Upgrading Review Board is simple. It’s essentially a three-step process.
Upgrade Review Board by running:
$ /opt/reviewboard/bin/pip install -U ReviewBoard
$ pip3 install -U ReviewBoard
This may need to be done as
root
, or using sudo, depending on your setup.Restart your web server.
If you’re on Linux and behind a proxy server, see the installation instructions for Using a HTTP(S) Proxy.