Linux找不到gitlab-rake?

时间:2016-07-27 06:52:00

标签: ruby-on-rails ruby git gitlab

所以我尝试备份git。我找到了这个脚本(这里:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/raketasks/backup_restore.md
但是,如果我使用此命令,则表示找不到该命令。我做错了什么?

root@gitlab-test git/gitlab# sudo gitlab-rake gitlab:backup:create SKIP=db,uploads                                                                                                            
    sudo: gitlab-rake: command not found

我也尝试了命令

sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production

但是,该命令在upload.rb处以Errno::ENOENT: No such file or directory停止。

1 个答案:

答案 0 :(得分:2)

这取决于安装gitlab的位置 例如:

PATH=$PATH:/opt/gitlab/bin
export PATH

检查gitlab-rake中是否有/opt/gitlab/bin

There should be symlinks in /usr/bin
如果没有,也许你已经从源代码(sudo -u git -H bundle exec rake

安装了GitLab