Open
Description
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
Labels
No labels