ReleaseEngineering/How To/Restart BuildAPI: Difference between revisions
< ReleaseEngineering | How To
Jump to navigation
Jump to search
(update host move information) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Release Engineering How To|Restart BuildAPI}} | {{Release Engineering How To|Restart BuildAPI}} | ||
= Restarting the buildapi web app = | = Restarting the buildapi web app = | ||
As root@buildapi01.build.mozilla.org | As root@buildapi01.build.mozilla.org | ||
| Line 11: | Line 12: | ||
As root@buildbot-master36 (host will change when {{bug|894133}} resolved) | As root@buildbot-master36 (host will change when {{bug|894133}} resolved) | ||
service selfserve-agent restart | service selfserve-agent restart | ||
= Redis = | |||
Buildapi also depends on Redis, see [[ReleaseEngineering/How_To/Restart_Redis]]. | |||
Revision as of 21:26, 15 October 2013
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.