Backup Management

The Backups tab under a specific cluster in Hybrid Manager provides a centralized view and control panel for managing the backups of that PostgreSQL cluster. This page helps users track, validate, and manage the backup lifecycle efficiently and securely.

Purpose

Backups tab is designed to provide visibility into all backup activities associated with the selected cluster. It supports both monitoring past backups and initiating new ones. It is especially useful for operations and site reliability engineers (SRE) teams to ensure data protection and facilitate recovery processes when needed.

Key features

  • Monitor backup status

    Easily check whether backups were successfully completed or failed, along with timestamps and durations.

  • Initiate manual backups

    Use the Create Backup button to trigger an immediate backup of the cluster.

  • Review backup metadata

    Get detailed insights such as start and stop time, method of backup (e.g., VolumeSnapshot), and the storage location used.

  • Restore from backups

    Use the restore icon (↩️) to initiate recovery from a specific backup point.

  • Copy backupID

    Use the copy icon (📋) to copy the backup identifier for referencing in automation, support cases, or logs.

  • Delete backups

    Use the delete icon (🗑️) to delete the backup manually which are no longer required.

The backups tab provides detailed information of backup jobs with the following columns:

ColumnDescription
StatusIndicates whether the backup completed successfully (Completed), failed, or is still running.
NameSystem-generated name of the backup job.
Start Time / Stop TimeTimestamps showing when the backup started and ended.
DurationHow long the backup took to complete.
LocationThe storage destination for the backup (e.g., managed-devspatcher).
MethodThe technology used to take the backup (e.g., VolumeSnapshot).

Usability

Use this tab when you need to:

  • Verifying successful completion of automated or scheduled backups

  • Performing a backup prior to a major upgrade or maintenance task

  • Restoring the database to a previous known-good state

  • Auditing historical backup activity


Could this page be better? Report a problem or suggest an addition!