FS#63679 - [gitlab] gitlab-backup fails when gitlab-pages isn't installed
Attached to Project:
Community Packages
Opened by simonzack (simonzack) - Saturday, 07 September 2019, 04:43 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:01 GMT
Opened by simonzack (simonzack) - Saturday, 07 September 2019, 04:43 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:01 GMT
|
Details
Description:
gitlab-backup fails when gitlab-pages isn't installed. I would rather not install gitlab-pages, as it's quite a big package, at 478MiB, since it requires `go` being installed. It is possible to skip backup up of pages by doing `ExecStart=/usr/bin/bundle-2.5 exec rake gitlab:backup:create SKIP=pages`. Maybe this command could be used instead if it detects that gitlab-pages isn't installed? |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:01 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/gitlab/issues/1
Saturday, 25 November 2023, 20:01 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/gitlab/issues/1
The dependencies for `gitlab` doesn't include `gitlab-pages`. `gitlab-pages` is in the AUR for some reason.
[1]: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
To do this, I copied `/usr/lib/systemd/system/gitlab.target` to `/etc/systemd/system/gitlab.target` and removed `gitlab-backup.timer` from it's file contents.