about repository backup
Created by: dayiguizhen
I've try to backup my gitlab manually(backup repositories and database.sql) instead of using command sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
But it was different between two way.
When I backup using command sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
It was well.
But when I backup manually (backup repositories and database.sql) ,There are shmething wrong.This project haven't commit
.file
andnetwork
What's wrong in my operation?