Previous Topic: Restarting an ApplicationNext Topic: Provisioning an Application


Copying an Application

To copy an application

  1. Stop the application (app stop myapp)
  2. Copy the application (app copy myapp mynewapp)

The copy operation copies the application code, all user data and application configuration. The copy is an application instance, so it can be started.

To start the copy

  1. Start the copy (app start mynewapp)
  2. Delete the old app if not needed (app destroy myapp)

Note: Never run the original application and the copy simultaneously, unless you have changed the IP addresses of one of them.