-
Type:
Suggestion
-
Resolution: Resolved Locally
-
None
-
Component/s: Build Queues
-
None
-
Environment:Standalone Bamboo Server
[bamboo@pacman server]$ java -version
java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Server VM (build 1.5.0_11-b03, mixed mode)
This morning I came in and our bamboo instance seemed hung (couldn't connect to the web UI). We were very low on disk space with a number of concurrent builds running. Yesterday I had setup a number of new build queues and they worked well throughout the day.
Not knowing what to do, I did a 'bamboo.sh stop'. When I brought the server back up, it was missing the configuration changes I had made to generate the new build queues. In addition, we were on build-200 something of a particular project, it reverted to build-135. It seems like the database doesn't get checkpointed, so if you don't shutdown gracefully you lose your settings and build/test info - is this accurate?
I'm going to try to switch to MySQL if i can.