12 lines
173 B
Bash
12 lines
173 B
Bash
# move all migration logic into this script.
|
|
|
|
if machine exists, then
|
|
|
|
get backup.
|
|
don't restart services.
|
|
|
|
Then
|
|
|
|
delete machine.
|
|
|
|
Then re-run script with --restor option. |