Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.97 KB

project-webint-snap.md

File metadata and controls

45 lines (35 loc) · 1.97 KB
layout group subgroup title menu_title menu_order menu_node level3_menu_node level3_subgroup version github_link
default
cloud
100_project
Backup and restore (snapshot)
Backup and restore (snapshot)
25
level3child
project
2.0
cloud/project/project-webint-snap.md

You can back up and restore an environment at any time using a snapshot. Creating a snapshot backs up the environment and because an environment is deployed as a read-only file system, restoring a snapshot is very fast.

A snapshot is a complete backup of an environment. It includes all persistent data from all running services (for example, your MySQL database, Redis, and so on) and any files stored on the mounted volumes.

You can restore a snapshot up to 14 days after the snapshot was created.

Create a snapshot (back up)

To back up an environment by creating a snapshot:

  1. Log in to your project.
  2. In the left pane, click the name of the environment to back up.
  3. In the top pane, click ![Take a snapshot of an environment]({{ site.baseurl }}common/images/cloud_snapshots.png){:width="30px"} (snapshots).
  4. You are required to confirm the action.

Restore a snapshot

To restore an environment's snapshot:

  1. Log in to your project.

  2. In the left pane, click the name of the environment to restore.

  3. In the environment's history, click the restore link next to the snapshot to restore.

    The following figure shows an example.

    ![Take a snapshot of an environment]({{ site.baseurl }}common/images/cloud_snapshot-restore.png)

  4. You are required to confirm the action.

Related topics