我已经从源代码(Ubuntu 16.04)安装了GitLab。所以我尝试了以下命令来备份我的gitlab系统:
sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
不幸的是,我仅收到以下错误:
Could not locate Gemfile or .bundle / directory
我无法正常工作。
答案 0 :(得分:1)
寻找gitlab-rails
文件夹(例如/opt/gitlab/embedded/service/gitlab-rails/
)
然后从该文件夹尝试相同的命令。