Restore after Terminate
I'm using the Engine Yard AppCloud service. I just terminated my开发者_开发知识库 instance. How I can restore /data folder and databases?
Engine Yard AppCloud by default will snapshot the /data volumes on the app_master and the /db volume on the db_master. All utility instances snapshot /data as well.
Upon termination of the environment snapshots are created, and if you boot the environment back up it should automatically select the last snapshots available however you can select Custom option when Booting to select a particular snapshot if you'd like.
For more information visit our documentation site.
精彩评论