-
-
Notifications
You must be signed in to change notification settings - Fork 103
Shutdown or restart the bot
github-actions[bot] edited this page Aug 12, 2025
·
2 revisions
In order to shutdown or restart any of the bots, one has to login to the VPS and command Docker to execute the corresponding task. Only members of the Moderator-Team can do the following steps.
See Access the VPS for details of the login process.
-
ssh togetherjavato login to the VPS - Either
cd ~/docker-infra/master-botorcd ~/docker-infra/develop-botto go to the directory of the corresponding bot - Execute the corresponding
docker-composecommand
a. To issue a graceful shutdown, executedocker-compose down
b. To shutdown the bot forcefully, usedocker-compose kill
c. To command a restart of the bot, putdocker-compose restart