View the backup progress

2023-08-18 09:26:34  Updated

This topic describes how to view the backup progress.

View the backup progress and the backup history

  • View the backup progress

    obclient> SELECT * FROM CDB_OB_BACKUP_PROGRESS;
    
  • View the backup history

    obclient> SELECT * FROM CDB_OB_BACKUP_SET_DETAILS;
    

View the backup progress of a specific partition

Run the following command:

obclient> SELECT * FROM __all_virtual_pg_backup_log_archive_status WHERE table_id=xxx AND partition_id = xxx;

Contact Us