Snapshots List

Displays a list of snapshots of the Manager - both snapshots that were created on this manager, and snapshots uploaded to it.

snapshots-list

Features

Snapshot basic information

The widget exposes the following information on each snapshot:

Snapshot actions

In the right column of every snapshot, the widget exposes the following action buttons:

The widget also exposes the following operations by the buttons on the top right corner:

Creating a Snapshot

The snapshots creation process captures the data of the entire Cloudify Manager, not just that of a specific tenant. However, the snapshot is created in the context of the current tenant, and therefore must be restored from it.

  1. Click Create button above the Snapshots table.
  2. Specify a unique ID for the snapshot and click Create button.
    It is good practice to use a name that will help you to easily identify the snapshot later.

The creation process begins. If there are active executions when you attempt to create the snapshot, the process waits until the executions are complete before creating the snapshot. You can see the status of executions in the Deployment executions widget.

The snapshot is saved as a ZIP file and appears in the Snapshots table, together with details of its creator, creation date and time, and current status.

Restoring a Snapshot

If you restore a snapshot to a Cloudify Manager instance that already contains data, that data is overwritten. To prevent inadvertent overwriting of existing data, you must explicitly state that you want to force data overwrite.

  1. Click Upload button in the widget.
  2. Either enter the URL of the snapshot or select the snapshot file from your file repository.
  3. Enter the Snapshot name.
  4. Click Upload button and see that snapshot was uploaded and is available in Snapshots table.
  5. Click Restore icon Restore icon on the far right of newly uploaded snapshot’s row
    • To restore a snapshot from a tenant-less (legacy) environment, toggle the relevant button.
    • To overwrite all content in the existing Cloudify Manager, toggle the relevant button.
  6. Click Restore.
  7. The snapshot is restored and it no longer appears in the snapshots list.

Downloading a Snapshot

  1. Click Download icon Download icon for the snapshot entry that you want to download.
  2. Wait for the snapshot to be downloaded.

Deleting a Snapshot

  1. Click Delete icon Delete icon for the snapshot entry that you want to delete.
  2. Click Yes to delete the snapshot from the Cloudify Manager.

Settings