Skip to content
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

App migration between pools #1013

Closed
guestisp opened this issue Dec 16, 2014 · 1 comment
Closed

App migration between pools #1013

guestisp opened this issue Dec 16, 2014 · 1 comment
Assignees
Milestone

Comments

@guestisp
Copy link
Contributor

Based on #1011 and #1012 an app should be migrated across pool.
Let's assume an app created on sata_pool, we should be able to migrate it over a different pool, for example, an ssd pool:

tsuru app-migrade oldpool newpool

Differences between migration and cloning:

Clone: a new app, with a new name, is created based on the old app. All is preserved (storage, file, team, users, and so on)

Migration: like cloning, but with the same name preserved and the old app is automatically destroyed when migration is done.

@tarsisazevedo tarsisazevedo self-assigned this Apr 24, 2015
@tarsisazevedo tarsisazevedo added this to the 0.11.0 milestone Apr 24, 2015
@tarsisazevedo
Copy link
Member

Done in tsuru/tsuru-client@23d65cc and 9ff7dac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants