Skip to content

15.11-stable, Restore unavailable #16

Open
@supar

Description

@supar

The entrypoint.sh script currently does not include any available restore methods. Having a restore method is essential for server migration purposes.
If you attempt to perform a migration from a container using the shell command docker compose exec gitlab sh, you may encounter the following error:

Backup::Error: gitaly-backup binary not found and gitaly_backup_path is not configured

This error occurs because the GitLab main image does not include the gitaly_backup binary from the gitaly image, which is required for the restore process.

Please note that in the prepare_dirs() method, the following directories are also required for installation during the restore scenario:

/home/git/gitlab/shared/terraform_state
/home/git/gitlab/shared/packages

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions