Re: gitlab rake backup not finding gemfile

2017-03-06 Thread Sachin Chandil
Run following command, it works. cd /opt/gitlab/ sudo ./use_gitlab cd apps/gitlab/htdocs bundle exec bin/rake gitlab:backup:create RAILS_ENV=production On Friday, March 28, 2014 at 8:00:49 AM UTC+5:30, Jameson Merkow wrote: > > Hello! > > First of all I am new to gitlab, but I couldn't find much

Re: gitlab rake backup not finding gemfile

2014-03-27 Thread Jameson Merkow
Ok, I solved it! In case someone else runs into this problem, here is how I solved it: the backup script: cd /opt/gitlab/embedded/service/gitlab-rails/ HOME=/var/opt/gitlab PATH=/usr/local/bin:/usr/bin:/bin bundle exec rake --trace gitlab:backup:create RAILS_ENV=production -Jameson On Thursday,

Re: gitlab rake backup not finding gemfile

2014-03-27 Thread Jameson Merkow
I forgot to mention that every time I try I get 'Could not locate Gemfile' -Jameson On Thursday, March 27, 2014 7:30:49 PM UTC-7, Jameson Merkow wrote: > > Hello! > > First of all I am new to gitlab, but I couldn't find much documentation on > my problem so I thought I'd ask. I am trying to star