Backup command not working

Hello all,

I am trying to do a backup of gitlab.

The version I am using is;
GitLab
Community Edition
8.2.3

I have the following:

I have the following in /etc/passwd

sa_gitlab_admin:x:5025:5025:sa_gitlab_admin:/home/sa_gitlab_admin:/bin/bash
gitlab-www:x:491:486::/var/opt/gitlab/nginx:/bin/false
git:x:490:485::/var/opt/gitlab:/bin/sh
gitlab-redis:x:489:484::/var/opt/gitlab/redis:/bin/nologin
gitlab-psql:x:488:483::/var/opt/gitlab/postgresql:/bin/sh

This is what I am getting:

[root@zazu ~]# !994
sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
sudo: bundle: command not found
[root@zazu ~]#

Can anyone provide any hints? I am trying to run this from root.

Thanks!

Hello again all,

Please disregard.

I logged in as “git” and ran the following command:
gitlab-rake gitlab:backup:create

It seemed to create a .tar file.

Thanks!