I’m assuming a lot of people around here run development clones of their OJS instances and I was wondering what’s the best way of doing that using a snap shot of the production database without risk of sending off automated messages to users. We’ve had that happen in the past and it creates a lot of confusion and frustration for the editors since the data in the dev db doesn’t match production. Disabling sendmail isn’t the best option, because it makes it difficult to work on anything related to notifications, etc.
I imagine emptying any tables related to user data that doesn’t belong to admin, journal managers and editors might do the trick, but how will that affect other tables that rely on that data? Any suggestions would be great. Thanks