I installed the Digital Ocean provided gitlab ce image. I have it up and running but would like to setup backups.
I came cross this: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/raketasks/backup_restore.md
there doesn’t seem to be a /home/git/gitlab directory in this image. Does anyone know what the substitution would be?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
I was able generate backups by running “gitlab-rake gitlab:backup:create” and the backups are generated at “/var/opt/gitlab/backups”