gitlab导出:找不到捆绑和耙

时间:2018-10-12 10:17:12

标签: ubuntu export gitlab

我已经从源代码(Ubuntu 16.04)安装了GitLab。所以我尝试了以下命令来备份我的gitlab系统:

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

我遇到以下错误:

sudo: bundle: command not found

解决此问题后,出现以下附加错误:

bundler: command not found: rake

1 个答案:

答案 0 :(得分:0)

我通过以下命令使其起作用:

sudo -u git -H /opt/gitlab/embedded/bin/bundle exec /opt/gitlab/bin/gitlab-rake gitlab:backup:create RAILS_ENV=production