Skip to content
Snippets Groups Projects
Commit 557dbc84 authored by Benjamin Weber's avatar Benjamin Weber
Browse files

Change docker backup command in readme

parent c04e3af4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,7 +32,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
If you are running GitLab within a Docker container, you can run the backup from the host:
```
docker -t exec <container name> gitlab-rake gitlab:backup:create
docker exec -t <container name> gitlab-rake gitlab:backup:create
```
 
You can specify that portions of the application data be skipped using the
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment