Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I shutdown Teamcity?

Tags:

teamcity

I'm trying to do a password reset. I'm following the instructions here. I've tried shutting down the two services (TeamCity Build Agent Service and TeamCity Web Server) or some combination of the two, but I keep getting "User with specified username does not exist".

Is there something else I need to stop or shutdown?

like image 760
Piers Karsenbarg Avatar asked Jul 18 '11 10:07

Piers Karsenbarg


2 Answers

in the Teamcity/bin directory run the following

./teamcity-server.sh stop
like image 52
Alexey Mendieta Avatar answered Oct 04 '22 17:10

Alexey Mendieta


Shut down TeamCity via the command in its bin directory:

D:\TeamCity\bin\shutdown.bat
like image 42
Roman Avatar answered Oct 04 '22 15:10

Roman