You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
This question is in reference to Atlassian Documentation: Installing Bamboo on Mac OS X
I installed Bamboo by mistake. How do I uninstall it?
Hello Charles,
Thank you for your inquire.
In order to uninstall Bamboo, please:
go to <bamboo-install> directory by running the following command from Terminal:
$ cd /path/to/<bamboo-install>
run the following command from Terminal to stop Bamboo:
$ ./bin/stop-bamboo.sh
It might take a while (seconds) until Bamboo's process ends
make sure the service has stopped by running the following from Terminal:
$ ps aux | grep bamboo USERNAME 667 0.0 0.0 2434836 764 s000 S+ 9:45PM 0:00.00 grep bamboo
If you receive more than one entry as follow:
$ ps aux | grep bamboo USERNAME 718 144.0 1.2 4274544 101324 s000 U 9:47PM 0:02.44 /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/bin/java -Djava.util.logging.config.file=/path/to/atlassian-bamboo-5.9.7/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -XX:MaxPermSize=256m -Xms256m -Xmx384m -Djavax.net.debug=info -Djava.endorsed.dirs=/path/to/atlassian-bamboo-5.9.7/endorsed -classpath /path/to/atlassian-bamboo-5.9.7/bin/bootstrap.jar:/path/to/atlassian-bamboo-5.9.7/bin/tomcat-juli.jar -Dcatalina.base=/path/to/atlassian-bamboo-5.9.7 -Dcatalina.home=/path/to/atlassian-bamboo-5.9.7 -Djava.io.tmpdir=/path/to/atlassian-bamboo-5.9.7/temp org.apache.catalina.startup.Bootstrap start USERNAME 667 0.0 0.0 2434836 764 s000 S+ 9:45PM 0:00.00 grep bamboo
Please 'kill' Bamboo's process:
$ kill -9 718 // please, notice 718 is the process where Bamboo is running and this value might change in your case
If you find this answer useful, I would kindly ask you to accept it so the same will be visible to others who might be facing the same issue you have inquired.
Thank you for your understanding.
—
Kind regards,
Rafael P. Sperafico
Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.