Piers Karsenbarg
Piers Karsenbarg

Reputation: 3201

How do I shutdown 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?

Upvotes: 14

Views: 20002

Answers (4)

Alexey Mendieta
Alexey Mendieta

Reputation: 17

in the Teamcity/bin directory run the following

./teamcity-server.sh stop

Upvotes: 2

GLaw
GLaw

Reputation: 114

I can't reply to suamere's comment but just like the shutdown script there is a startup script in the bin folder, e.g.

D:\TeamCity\bin\startup.bat

Upvotes: 4

Roman
Roman

Reputation: 860

Shut down TeamCity via the command in its bin directory:

D:\TeamCity\bin\shutdown.bat

Upvotes: 11

Troy Hunt
Troy Hunt

Reputation: 20387

I don't think this is an issue on the TeamCity side, it's more likely that the error message is correct - the username doesn't exist. The steps you're following look fine, have you double / triple / quadruple checked the username is spot on? Maybe also check whether you can change the password for other user names and see if it's an isolated problem or not.

Upvotes: 6

Related Questions