ReleaseEngineering/How To/Restart BuildAPI


Restarting the buildapi web app

As root@buildapi01.build.mozilla.org

service buildapi restart
tail -n 300 -f ~buildapi/buildapi.log

Use the tail to verify that buildapi restarted cleanly.

Restarting the agent

As root@buildbot-master36 (host will change when bug 894133 resolved)

service selfserve-agent restart

Redis

Buildapi also depends on Redis, see ReleaseEngineering/How_To/Restart_Redis.