diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md index 758580b683219f36508b1e6b9ccfd289a0895057..07e4ae2f68aee13c9b70c1967416b4e096e46c28 100644 --- a/doc/raketasks/maintenance.md +++ b/doc/raketasks/maintenance.md @@ -1,11 +1,13 @@ ### Setup production application -Runs the following rake tasks: +Runs the following rake tasks: * db:setup (Create the database, load the schema, and initialize with the seed data) * db:seed_fu (Loads seed data for the current environment.) * gitlab:app:enable_automerge (see "Features") +##### Warning: if you have already run this command, this will drop your database! + ``` bundle exec rake gitlab:app:setup RAILS_ENV=production ```