Environment Cloning
This guide is maintained for Ruk-Com PaaS. Screens and options may vary by platform version and account permissions.
Confirm the environment, region and account permissions, and back up current settings before changing a production system.
The environment cloning feature is also supported by CLI and can be easily called to help you in creation of new branches/multiple versions of your application. So, to duplicate your environment, just execute the next line:
bash Copy
~/jelastic/environment/control/cloneenv --appid {src_env} --domain {new_env}
where:
- {src_env} - name of the environment you’d like to clone
- {new_env} - name for your the environment copy
In a few minutes, you’ll get a new environment within your account, that is similar to the source one.