Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
866cacaa
Commit
866cacaa
authored
Dec 21, 2020
by
Kerri Miller
Committed by
Marcia Ramos
Dec 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update automation instructions for DB setup
parent
361274cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/development/rake_tasks.md
doc/development/rake_tasks.md
+4
-3
No files found.
doc/development/rake_tasks.md
View file @
866cacaa
...
...
@@ -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 c
ould
:
seeds, you c
an 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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment