-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
15.11-stable, Restore unavailable #16
Comments
I've never used the restore feature of gitlab, so I'd have to look into how to support that. |
I have a makeshift solution Dockerfile
Taskfile
docker-compose.yml
But there is problem with
But if install full version of
than build image fails
This is some kind of mystery. May be You know how to resolve this? |
You need to install |
Yes, it works |
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: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:The text was updated successfully, but these errors were encountered: