Re: Any tips on migrating an entire CF deployment to a new cloud?
Felix Friedrich
We've migrated once from one vsphere to another one. We created a new
toggle quoted message
Show quoted text
bosh with the same network config on the target vsphere and created a new manifest for this bosh with an instance count of zero for all jobs at start. Then moved over the components one after another by generating new manifests with instance count of zero on the source side and an desired instance count on the destination side. (I forgot about the actual order but we started with runners zone 1 the zone 2, and proceeded with all other components). At a certain point we stopped the UAAs and API servers in order to migrate the postgres database manually. All apps had zero downtime during that process, just the API were down for a few minutes. This obviously only works if you're able to use the same IP range on the destinations IaaS. As we are using NFS for the blobstore we did not need to migrate that. But I guess it should be a similar process to the postgres. Hope that help a little, Felix
On Sat, 28 May 2016, at 07:34, Amit Gupta wrote:
You should not copy any of the etcd data (neither Diego's etcd cluster, |
|