docker-gitlab
docker-gitlab copied to clipboard
How to back up gitlab
env: docker gitlab/gitlab-ee:14.6.6-ee.0 docker postgres gitlab-rake gitlab:backup:create gitlab-rake gitlab:backup:create SKIP=db Cannot use backup ?
Check the Readme
I use docker to deploy gitab, PgSQL is external, now I want to backup gitlab, gitlab rake gitlab: Backup: create gitlab rake gitlab: Backup: create skip = DB command backup errors, what methods can I backup?
Ah, I've missed that you use the official docker image. This is a repo of non-official image and it contains its own backup method.
You should check docs to official image.