Commit 866cacaa authored by Kerri Miller's avatar Kerri Miller Committed by Marcia Ramos

Update automation instructions for DB setup

parent 361274cd
......@@ -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`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment