だから私はgitのバックアップをしようとします。私はこのスクリプト(ここでは:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/raketasks/backup_restore.md)を見つけました
しかし、私はこのコマンドを使用すると、コマンドが見つからないと言います。私は間違って何をしていますか?Linuxはgitlab-rakeを見つけることができませんか?
[email protected] git/gitlab# sudo gitlab-rake gitlab:backup:create SKIP=db,uploads
sudo: gitlab-rake: command not found
はまた、私は、コマンド
sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
しかし、コマンドがErrno::ENOENT: No such file or directory
でupload.rb
で停止していることとを試してみました。
からGitLabをインストールしている:多分シンボリックリンクの問題を:https://gitlab.com/gitlab-org/gitlab-ce/issues/899#note_2558643 – VonC