Re: How to upgrade my bosh?
Alex Lomoff <lomov.as@...>
Hi, all.
Amit, I guess it is not bosh-lite version, because bosh-lite versions are over 9000 [1].
daxiezhi, if you mean by “local bosh” your version of bosh_cli gem, then everything you need to do is to run: “gem update bosh_cli” (possibly with sudo).
If you mean you need to update BOSH director, then everything depend on the you deployed the BOSH. In this case could you tell what commands did you used to deploy BOSH?
[1] https://github.com/cloudfoundry/bosh-lite/releases <https://github.com/cloudfoundry/bosh-lite/releases>
Thank you,
Alex L.
toggle quoted message
Show quoted text
Amit, I guess it is not bosh-lite version, because bosh-lite versions are over 9000 [1].
daxiezhi, if you mean by “local bosh” your version of bosh_cli gem, then everything you need to do is to run: “gem update bosh_cli” (possibly with sudo).
If you mean you need to update BOSH director, then everything depend on the you deployed the BOSH. In this case could you tell what commands did you used to deploy BOSH?
[1] https://github.com/cloudfoundry/bosh-lite/releases <https://github.com/cloudfoundry/bosh-lite/releases>
Thank you,
Alex L.
On Sep 14, 2015, at 7:00 PM, Amit Gupta <agupta(a)pivotal.io> wrote:
When you say "local bosh", do you mean BOSH-Lite?
On Wed, Jun 3, 2015 at 4:03 AM, daxiezhi <daxiezhi(a)gmail.com <mailto:daxiezhi(a)gmail.com>> wrote:
Hi,all.
My local bosh version is 1.2124.0. From cf v208, there is a change in the templates to no longer include resoure pool sizes require s a minimun bosh director of v149. So I guess the solution is to upgrade bosh. But I couldn't find a doc for it.