Previous Topic: import (Application Control and Management)--Import ApplicationNext Topic: provision (Application Control and Management)--Provision Application


migrate (Application Control and Management)--Migrate Application

Migrate an application from/to a remote grid. Application configuration parameters may be specified for the new application.

Syntax
app migrate <remote_grid> <app> [.name=<new name>] [<option>]* [<prop>=<val>]* 
Options
.name=<new name>

New name for the migrated application.

--export

Migrate the application TO the remote grid. This requires bi-directional trust between the two grids.

--import

Migrate the application FROM the remote grid

--nocompress

Do not compress volumes when migrating application

--novols

Do not migrate the application volumes (only descriptors)

--nocleanup

Skip cleanup upon failure or completion(troubleshooting)

--debug

Show debug information during migration(troubleshooting)

--preserve_acl

Preserve the application ACL if it is present.

--preserve_local_acl

Preserve local principals in the application ACL.

--preserve_global_acl

Preserve global principals in the application ACL.

Parameters
<prop>=<val>

Config parameter pairs as used for the 'app config' command.

Examples
app migrate myoldgrid.3tera.net myapp

Migrate application from a remote grid to the local grid.

app migrate grid1.3tera.net crm7 usr_ip=64.4.47.21 out_ip=64.4.47.22

Migrate application from a remote grid and configure IP settings.

app migrate myoldgrid.3tera.net myapp .name=mynewapp

Migrate application from a remote grid and rename it in the process.

app migrate mynewgrid.3tera.net myapp --export

Migrate application from the local grid to the remote grid.

Notes