oceanbase.CDB_OB_BACKUP_STORAGE_INFO_HISTORY

2023-12-08 07:13:36  Updated

Purpose

The oceanbase.CDB_OB_BACKUP_STORAGE_INFO_HISTORY view displays the history of backup destinations of backup and restore in a tenant.

Columns

Column Type Nullable? Description
TENANT_ID bigint(20) NO The ID of the tenant.
PATH varchar(1024) NO The root path of the backup.
ENDPOINT varchar(256) NO The host information to be specified for accessing the object storage service.
DEST_ID bigint(20) YES The ID of the backup destination.
DEST_TYPE varchar(64) YES The type of the backup destination. Valid values:
  • Log archiving
  • Data backup
  • AUTHORIZATION varchar(1024) NO The authorization information of the object storage service.
    EXTENSION varchar(512) NO Other parameters of the backup destination.
    CHECK_FILE_NAME varchar(256) YES The name of the connectivity verification file.
    LAST_CHECK_TIMESTAMP timestamp(6) YES The time when the last connectivity check was passed.

    Contact Us