Commit fb283ecfff4c38e8bd8cac96b8eaae027b054cc8

Authored by Jacob Vosmaer
1 parent 43d27d46

Explain what can go wrong in the Rails console

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
README.md
... ... @@ -300,8 +300,9 @@ Omnibus-gitlab uses four different directories.
300 300  
301 301 ## Starting a Rails console session
302 302  
303   -For advanced users only. If you need access to a Rails production console for your
304   -GitLab installation you can start one with the following command:
  303 +If you need access to a Rails production console for your GitLab installation
  304 +you can start one with the command below. Please be warned that it is very easy
  305 +to inadvertently modify, corrupt or destroy data from the console.
305 306  
306 307 ```shell
307 308 sudo /opt/gitlab/bin/gitlab-rails console
... ...