Skip to content
Snippets Groups Projects
Commit 866cacaa authored by Kerri Miller's avatar Kerri Miller Committed by Marcia Ramos
Browse files

Update automation instructions for DB setup

parent 361274cd
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