View backups in ADBM

List of backups

Regardless of how backups are created (manually or on a schedule), all of them are displayed on the Backups tab. To open this tab, follow the steps:

  1. Open the Backup Manager page via the ADB Control web interface.

  2. In the table that is located in the Clusters section of the opened page, click the ADB cluster name.

    adbm cluster open dark
    Select the ADB cluster
    adbm cluster open light
    Select the ADB cluster
  3. Select the Backups tab.

    adbm backups open dark
    The Backups tab
    adbm backups open light
    The Backups tab

On the page that opens, there is a table with the following information on backups.

Backup list fields
Field Description

Description

A backup name. Filled in automatically when performing a backup according to the backup_<type>_<start_date>_<start_time> template, where:

  • <type> — backup type (see Type below);

  • <start_date> — backup start date in the YYYYMMDD format;

  • <start_time> — backup start time in the HHmmss format.

Type

The initial backup type (which was selected when creating a backup). Possible values:

  • Full — full backup;

  • Diff — differential backup;

  • Incr — incremental backup.

Start time

A backup start timestamp in the DD/MM/YYYY HH:mm:ss format

Status

A backup status. Possible values:

  • Init — the backup is being initialized.

  • Running — the backup is running.

  • Terminating — the backup is being terminated.

  • Invalid — after verification, the backup is considered incorrect. Such backups will be automatically dropped when the next cleanup procedure starts.

  • Stopped — the backup launch is stopped (after successful termination).

  • Resume — the backup is being resumed.

  • Failed — the backup launch is failed.

  • Done — the backup launch is successful.

  • Unknown — a repository that is specified in the backup configuration is inaccessible.

In the column headers of the table with a list of backups, there are filters that you can use to select specific data. To open a filter, click the openside dark openside light icon. For those columns where the set of possible values is limited (e.g. Type), you can select a value from the drop-down list. For columns that show date and time (e.g. Start time), the time range can be selected from the calendar.

The filtered dark filtered light icon means that a filter is defined for the column. To reset all filters, click Reset.

IMPORTANT

By default, the table on the Backups tabs shows the current-day backups. To view all backups, use the time filters.

Backup details

To view the backup details, click the backup description (Description) in the table on the Backups tab.

adbm backups details dark
Select a backup
adbm backups details light
Select a backup

The next page contains two sections:

  • Overview

  • Topology

The Overview section shows the general backup information.

adbm backups details2 dark
The Overview section
adbm backups details2 light
The Overview section
Fields of the Overview section
Field Description

Type

A backup type. See Type above

Status

A backup status. See Status above

Date

A backup start timestamp in the DD/MM/YYYY HH:mm:ss format

Configuration

A backup configuration version. To see the configuration details, click the version number

Databases

A comma-separated list of the databases that were in the DBMS at the time of the backup generation

Database size

The total volume of data files that have been backed up

Backup size

The total backup volume

Flags

The flags that are selected for the backup operation (see Delta in the Backup description)

Action

A name of the action within which the current backup was launched. You can click the name to view the detailed action information

Restore point

A name of the restore point created after the backup was completed

Restore point date

The restore point creation timestamp in the DD/MM/YYYY HH:mm:ss format

The Topology section contains the backup topology information.

adbm backups details3 dark
The Topology section
adbm backups details3 light
The Topology section
Fields of the Topology section
Field Description

Segment

The content identifier of a segment (or master) instance. Corresponds to gp_segment_configuration.content

Host

A host name

Label

A backup name according to the internal logic of pgbackrest

Database size

The full volume of uncompressed database data on a segment

Backup size

The full volume of compressed database data on a segment

Found a mistake? Seleсt text and press Ctrl+Enter to report it