我已经从源代码(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
答案 0 :(得分:0)
我通过以下命令使其起作用:
sudo -u git -H /opt/gitlab/embedded/bin/bundle exec /opt/gitlab/bin/gitlab-rake gitlab:backup:create RAILS_ENV=production