Kazunori Kimura

Results 185 comments of Kazunori Kimura

Yes `RELATIVE_URL_ROOT` is not supported for `sameersbn/gitlab`. Use [`GITLAB_RELATIVE_URL_ROOT`](https://github.com/sameersbn/docker-gitlab#gitlab_relative_url_root) instead.

It takes few minutes to gitlab to launch up when you enabling relative url. In my environment, typically 20 min or more. Keep checking the logs by `docker logs --follow...

The backup must be a single tar archive named `xxxxxxxxxxx_yyyy_mm_dd_vv.vv.vv_gitlab_backup.tar`. `xxxx..` is number (as I remember unix time of snapshot or something). yyyy_mm_dd is backup date and vv.vv.vv is version...

> do you think it can work if I restore a 11.11.8 to 11.11.2 ? I have never tested before but maybe cannot. > I read the upgrade instructions but...

GitLab 14.7 is out. Now backup and restore supports package registry https://about.gitlab.com/releases/2022/01/22/gitlab-14-7-released/#backup-and-restore-supports-package-registry-files

At least now (v14.6.3), you cannot. We have to add configuration support for GitLab KAS (set necessary variables to `/assets/runtime/config/gitlabhq/gitlab.yml` and `/assets/runtime/env-defaults`, add description to README.md) . Pull request is...

Already reported in #2560 , #2571 and more. Good catch anyway, do you want to have a pull request?

Is your setting parameter `GITLAB_PORT` correct? This parameter will appear to emails as-is I think.

Well, according to your comment, You want to remove port number from link in email, right? Then **just remove (or comment out) `GITLAB_PORT` settings.** This will automatically set port in...

It would be duplicate of #2373 .