-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Droplet migration between datacenters #50
Comments
I ❤️ this idea! Here's the steps I think we need to do:
Some hangups:
Luckily Tugboat internals are well set-up for this. This shouldn't actually require much code to do. The only API endpoint we need that isn't covered is image transfer. That also isn't upstream in the I'm super busy this week, but could probably take a shot at this next week. In the meantime if anyone else wants to start on it then go for it! |
One more additional step I wanted to add, it would be expectable that no signs of additional work done left in the digital ocean so I'd suggest deleting temporary snapshot.
I think it would be appropriate to exactly mention keys that should again appair on the migrated VM via -k or --keys.
Via |
Nice, great points, I agree we should just say that you need to be explicit about the keys, and also about cleaning up afterwards and deleting the snapshot. Backups, yes. I just made #51 as we'll need that for this then. So, blocking this are:
|
the best way is probably now:
|
There is a VM in one DC, e.g. AMS1. I want to migrate it to the NY1.
I want to execute:
tugboat migrate my-droplet --from=2 --to=1
and in a couple of minutes see my droplet active in the desired datacenter.
The text was updated successfully, but these errors were encountered: