Skip to content
Snippets Groups Projects
Commit 93c76ac4 authored by Marcia Ramos's avatar Marcia Ramos
Browse files

Merge branch 'kerrizor-master-patch-33979' into 'master'

Update automation instructions for DB setup

See merge request gitlab-org/gitlab!50333
parents 361274cd 866cacaa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -88,13 +88,14 @@ bundle exec rake 'gitlab:seed:development_metrics[your_project_id]'
### Automation
 
If you're very sure that you want to **wipe the current database** and refill
seeds, you could:
seeds, you can set the `FORCE` environment variable to `yes`:
 
```shell
echo 'yes' | bundle exec rake setup
FORCE=yes bundle exec rake setup
```
 
To save you from answering `yes` manually.
This will skip the action confirmation/safety check, saving you from answering
`yes` manually.
 
### Discard `stdout`
 
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