ELI5 answer:
“Production” means that paying customers are using it. Normally, software companies develop their software and make changes to it in a “development” environment. This means no customers are affected by it. Only developers can log in. Once it has been tested, it can be “moved to production” meaning that customers will get the new version.
If you delete the production database, you are deleting all of the data that customers use. For example, their accounts will be deleted preventing them from logging in. If they had any settings or configuration, those will be deleted too. The customers will not be happy about this!
Latest Answers