Docs Home → Atlas App Services
Copy an App
On this page
Overview
You can make a copy of an existing App by reusing the App's configuration files and manually porting Secrets.
You might want to copy an application if:
You use feature branches for development. Use a unique copy of the App for each feature branch to avoid conflicts.
You run tests against a working version of the App. You can copy an App for each test run to to ensure a consistent start state.
You deploy the same app to clusters across regions using a local deployment model. You can copy an App to serve multiple regions locally.
Before You Begin
Procedure
Warning
If Automatic GitHub Deploymeny is enabled, do not push changes to your App with Realm CLI. For more information, see Avoid Making Changes from the CLI.