DEV Community

Discussion on: How to Setup a Readonly Rails Console

Collapse
 
hiddewie profile image
Hidde Wieringa

While it can be useful to have access to real-time production data, I think this lowers the bar too much to actually 'poke around'.

In most cases, I think there are 2 options. Either a database copy is OK (which can be incremental and pretty close to the production instance), but anonimysed. Or, in case your application is on fire, you actually need write access to the database. Then a read only console will not do.

Collapse
 
molly profile image
Molly Struve (she/her)

For our use case, a lot of times support will get an inquiry about some data and this allows them to go and dig through all the details to figure out what is happening and why the data looks the way it does. In our case, "poking around" for our support team is a daily normal