I noticed disk space filling up in Bamboo's artifacts directory, mostly due to a very large number of directories beginning with "plan-". In fact, there are currently 2,419 of these things.
Yet, when I look in the BUILD table in Bamboo's database, at best I can only find 182 builds with that storage tag
bamboo=# SELECT COUNT(*) FROM build WHERE storage_tag LIKE 'plan-%';
count
-------
182
(1 row)
Does this mean Bamboo is expiring builds internally, but failing to actually remove the files from the filesystem?
Ok, here's one way to clear this up, but it's extremely dangerous., so please understand what you're doing.
Yep... you read that last one right... this is unspeakably scary. In my case, I can't even take a backup, as the volume is full, and I have no spares.
Note that some plan names from the database may not exist as directories in the filesystem.
Once I've done the above, then I'll have enough space to make a backup beforehand, and then I can write a script that does this on a regular basis.
I had an answer back from Atlassian Support... apparently this is "as designed". Bamboo does not delete these folders... you have to delete them manually.
This, in spite of prolific use of the word "delete" in this article: https://confluence.atlassian.com/bamboo/configuring-global-expiry-289277253.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello is this still still valid for the datacenter 9.2.5 or was it fixed ?
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.