Upgrading Review Board¶
Upgrading Review Board is pretty simple. It’s essentially a three-step process.
Upgrade Review Board by running:
$ pip install -U ReviewBoard
If you previously installed using easy_install, then you will instead need to do:
$ easy_install -U ReviewBoard
Upgrade each installed site. See Upgrading Sites.
Restart your web server.
Restart memcached.
If you’re on Linux and behind a proxy server, see the installation instructions for Using a HTTP Proxy.