Skip to main content
  • dropBackup

    public DropBackupResponse dropBackup(DropBackupRequest request) throws GPUdbException
    Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasinkName.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • dropBackup

    public DropBackupResponse dropBackup(String backupName, String datasinkName, Map<String,String> options) throws GPUdbException
    Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasinkName.
    Parameters:
    backupName - Name of the backup to be deleted. An empty string or ’*’ will delete all existing backups. Any text followed by a ’*’ will delete backups whose name starts with that text. When deleting multiple backups, DELETE_ALL_BACKUPS must be set to TRUE.
    datasinkName - Data sink through which the backup is accessible.
    options - Optional parameters.The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.