Skip to content
  • Clemens Beck's avatar
    Fix backup id parsing from backup URLs · f7a22386
    Clemens Beck 创作于
    The backup id is parsed from the backup URL to be passed to
    the rake restore processes.
    
    This parsing currently fails with:
    
    ```
    /usr/local/bin/backup-utility: line 322: <backup_id>%_gitlab_backup.tar: command not found
    ```
    
    This is unproblematic when a backup id is specified, but causes
    missing repository restores when a full backup URL was specified.
    
    Changelog: fixed
    f7a22386