Is there a query I can use to determine what version of Bamboo a particular database supports, e.g. 3.0, 3.1, 3.3 etc.?
Thanks.
Unfortunately there is no way todo this Alistair. The only way to figure out the schema version is to manually look at the buildNumber element in bamboo.cfg.xml (located in the Bamboo home directory) or if you need this programatically use the BuildUtil class.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.